Skip to content

Commit 38524b0

Browse files
committed
Remove unneeded console
1 parent 62ab78b commit 38524b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ import os from "os"
22
import path from "path"
33

44
export const snapshotDirectory = path.join(__dirname, "snapshots", os.platform())
5-
6-
console.log("Platform:", os.platform()) // 'darwin' for macOS
7-
console.log("Using directory:", snapshotDirectory)

0 commit comments

Comments
 (0)