Skip to content

Commit f71cb09

Browse files
Merge pull request #231 from intersystems-community/clean-debugging
just clean garbage from the output, debugging info
2 parents 39a5131 + 8610a03 commit f71cb09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/compile.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export async function checkChangedOnServer(file: CurrentFile, force = false): Pr
4646
: content.every((line, index) => line.trim() == (fileContent[index] || "").trim());
4747
const mtime =
4848
force || sameContent ? serverTime : Math.max(Number(fs.statSync(file.fileName).mtime), serverTime);
49-
outputChannel.appendLine(`mtime'${file.name}': ${sameContent} - ${ts} - ${serverTime}`);
5049
return mtime;
5150
})
5251
.catch(() => -1));

0 commit comments

Comments
 (0)