Skip to content

Commit 801f813

Browse files
committed
Remove logs
1 parent aa2c6cf commit 801f813

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/src/utils.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -550,11 +550,6 @@ export function computeWorkspaceRootPathFromLockfile(
550550
(lockFile) => fs.existsSync(lockFile),
551551
);
552552

553-
console.log(
554-
"foundRewatchLockfileInProjectRoot",
555-
foundRewatchLockfileInProjectRoot,
556-
);
557-
558553
// if we find a rewatch.lock in the project root, it's a compilation of a local package
559554
// in the workspace.
560555
return !foundRewatchLockfileInProjectRoot

0 commit comments

Comments
 (0)