From 5ee520acbe5802a09e49528cd1665c5ac9fcdf56 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Mon, 11 Nov 2024 23:35:08 -0600 Subject: [PATCH] Remove debug console.log --- system/bin/ls.js | 1 - 1 file changed, 1 deletion(-) diff --git a/system/bin/ls.js b/system/bin/ls.js index 361541f..b11b898 100644 --- a/system/bin/ls.js +++ b/system/bin/ls.js @@ -63,7 +63,6 @@ function colorize(text, stats) { } return colorize(text); } -console.log(colorize); const formatter = new Intl.DateTimeFormat('en-US', { month: 'short',