Skip to content

Commit 9bbcc82

Browse files
committed
refactor: remove the console.log()
1 parent b574e15 commit 9bbcc82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sprint-1/1-key-exercises/3-paths.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ console.log(`The base part of ${filePath} is ${base}`);
2121
const dir = filePath.slice(filePath.indexOf("/"), lastSlashIndex);
2222
const ext = base.slice(base.lastIndexOf("."));
2323

24-
console.log(dir);
25-
2624
// https://www.google.com/search?q=slice+mdn

0 commit comments

Comments
 (0)