Skip to content

Commit

Permalink
Merge pull request #6 from quentinperou/dev
Browse files Browse the repository at this point in the history
delete console log
  • Loading branch information
quentinperou authored May 22, 2022
2 parents c95702f + e58b083 commit 82dae46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
date = new Date();
dateUndefined = true;
}
console.log(user, message, flags, self, extra, isArchive);
// console.log(user, message, flags, self, extra, isArchive);
let thisMsgId = extra.id;
let leMessage = message.toString();

Expand Down
Loading

0 comments on commit 82dae46

Please sign in to comment.