From daae2a76db65f586a3abe050c0122ae34ca12b2f Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 19 Feb 2018 22:55:11 +0000 Subject: [PATCH] it works ok --- commands/image-edit/osu-signature.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/image-edit/osu-signature.js b/commands/image-edit/osu-signature.js index 598a449d..f98da5c0 100644 --- a/commands/image-edit/osu-signature.js +++ b/commands/image-edit/osu-signature.js @@ -48,7 +48,6 @@ module.exports = class OsuSignatureCommand extends Command { onlineindicator: '', xpbar: '' }); - console.log(text); if (text.includes('Warning')) return msg.say('Could not find any results.'); return msg.say({ files: [{ attachment: body, name: 'osu-signature.png' }] }); } catch (err) {