Remove debug console.log

cshd
Dragory 2020-08-14 01:23:49 +03:00
parent 7c96d71efe
commit 31a5fb55b8
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ module.exports = ({ bot, knex, config, commands }) => {
return;
}
console.log(threadMessage.user_id, msg.author.id);
if (threadMessage.user_id !== msg.author.id) {
utils.postError(msg.channel, "You can only edit your own replies");
return;