Skip to content

Commit 382f75f

Browse files
committed
Remove console.log
1 parent db75167 commit 382f75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/error-highlighting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const Elm = {
129129
new Promise((resolve, reject) => {
130130
const isWindows = process.platform === 'win32'
131131
const compiler = vscode.workspace.getConfiguration('elmLand').compilerFilepath;
132-
console.log('compilerFilepath:', compiler);
132+
133133
// This uses `spawn` so that we can support folders with spaces in them
134134
// without having to think about escaping.
135135
const child = child_process.spawn(

0 commit comments

Comments
 (0)