Skip to content

Commit 4714c5c

Browse files
removed unused comment
1 parent 6c3ee20 commit 4714c5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/wrapper/ExecutionService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ function transform(n:string) {
5252
if(n) r = n.replace(/["]/g, "").replace("/[, ]/g",",");
5353
return r;
5454
}
55-
// If the current string is "--file-source", set the flag
5655
if (n === scaResolverParamsFlag) {
5756
skipValue = true;
5857
}

0 commit comments

Comments
 (0)