shawenguan 2 years ago
parent
commit
bc45ae9157
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Scripts/gandart/gandartComposite.js

+ 0 - 1
Scripts/gandart/gandartComposite.js

@@ -139,7 +139,6 @@ async function all() {
 async function checkToCompositeConformingTasks(taskLst) {
     let taskIds = getWillCompositeTaskIds();
     let isFoundOnce = false;
-    l
     for (let i = 0; i < taskIds.length; i++) {
         let taskId = taskIds[i];
         let found = false;