aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 4aa58eb..62c3a77 100644
--- a/bot.js
+++ b/bot.js
@@ -18,7 +18,6 @@ function fetchAudio() {
fs.readdir('./music', (err, files) => {
if (err) console.error(err);
files.forEach(function (file) {
- // Do whatever you want to do with the file
console.log(`Fetching ${file}`);
});
});