Skip to content

Commit 4f79dac

Browse files
committed
remove console log
1 parent b44f6b9 commit 4f79dac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dev-packages/e2e-tests/lib/copyToTemp.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ function fixFileLinkDependencies(dependencyObj: Record<string, string>): void {
6060
// We add a virtual dir to ensure that the relative depth is consistent
6161
// dirPath is relative to ./../test-applications/xxx
6262
const newPath = join(__dirname, 'virtual-dir/', dirPath);
63-
console.log({ key, value, newPath });
6463

6564
dependencyObj[key] = `${prefix}${newPath}`;
6665
console.log(`Fixed ${key} dependency to ${newPath}`);

0 commit comments

Comments
 (0)