Skip to content

Commit aa2c6cf

Browse files
committed
Remove logs
1 parent af371e1 commit aa2c6cf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

server/src/utils.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ function findProjectRootContainingFile(
136136
function findProjectRootMatchingDir(
137137
source: NormalizedPath,
138138
): NormalizedPath | null {
139-
console.log({
140-
source,
141-
searchType: "directory",
142-
projectsFilesKeys: Array.from(projectsFiles.keys()),
143-
});
144-
145139
let foundRootFromProjectFiles: NormalizedPath | null = null;
146140
for (const rootPath of projectsFiles.keys()) {
147141
// Both are normalized, so direct comparison works
@@ -552,8 +546,6 @@ export function computeWorkspaceRootPathFromLockfile(
552546
path.resolve(projectRootPath, rescriptLockPartialPath),
553547
];
554548

555-
console.log(projectRewatchLockfiles);
556-
557549
const foundRewatchLockfileInProjectRoot = projectRewatchLockfiles.some(
558550
(lockFile) => fs.existsSync(lockFile),
559551
);

0 commit comments

Comments
 (0)