remove dead comment

This commit is contained in:
Girish Ramakrishnan
2025-06-19 16:12:46 +02:00
parent 1672217dd9
commit 4d94700375
2 changed files with 1 additions and 2 deletions

View File

@@ -86,7 +86,6 @@ function scheduleTask(appId, taskId, options, onFinished) {
return;
}
// percent 1 is relies on the tasks "active" flag to indicate task is queued but not started yet
tasks.update(taskId, { percent: 1, message: gStarted ? 'Queued' : 'Waiting for platform to initialize' });
gPendingTasks.push({ appId, taskId, options, onFinished });