aboutsummaryrefslogtreecommitdiff
path: root/src/commands/play.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/play.ts')
-rw-r--r--src/commands/play.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/play.ts b/src/commands/play.ts
index 3bf19a4..0582ebe 100644
--- a/src/commands/play.ts
+++ b/src/commands/play.ts
@@ -131,7 +131,6 @@ export default class implements Command {
if (song) {
newSongs.push(song);
} else {
- console.log(_);
await res.stop(errorMsg('that doesn\'t exist'));
return;
}