Skip to content

Commit e8425f7

Browse files
committed
refactor: - remove comments
1 parent 184226d commit e8425f7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Query/Query.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,7 @@ ${statement.explainStatement(' ')}
456456
this.setError(`Cannot find include "${includeName}" in the Tasks settings`, _statement);
457457
return;
458458
}
459-
// const newStatement = new Statement(_line, _line);
460-
// newStatement.recordExpandedPlaceholders(includeValue);
461-
// this.statements.push(newStatement);
459+
462460
includeValue.split('\n').forEach((instruction) => {
463461
const statement = new Statement(_statement.rawInstruction, _statement.anyContinuationLinesRemoved);
464462
statement.recordExpandedPlaceholders(instruction);

0 commit comments

Comments
 (0)