Skip to content

Commit

Permalink
Remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 12, 2024
1 parent 9fdf3d4 commit 5ee520a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/bin/ls.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function colorize(text, stats) {
}
return colorize(text);
}
console.log(colorize);

const formatter = new Intl.DateTimeFormat('en-US', {
month: 'short',
Expand Down

0 comments on commit 5ee520a

Please sign in to comment.