Skip to content

Commit 3897e1e

Browse files
committed
remove log
1 parent aced35c commit 3897e1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/incrementalCompilation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ function triggerIncrementalCompilationOfFile(
378378
const workspaceRootPath = projectRootPath
379379
? utils.findProjectRootOfFile(projectRootPath, true)
380380
: null;
381-
console.log("Workspace root path: " + workspaceRootPath);
382381

383382
const bscBinaryLocation = project.bscBinaryLocation;
384383
if (bscBinaryLocation == null) {

0 commit comments

Comments
 (0)