Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinperou committed May 3, 2021
1 parent 2681fe6 commit e7bba94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
function addMessage(user, message, flags, self, extra, isArchive) {
if (isArchive == undefined)
isArchive = false;
console.log(extra);
console.log(flags);
// console.log(extra);
// console.log(flags);
let thisMsgId = extra.id;
let leMessage = message.toString();

Expand Down
2 changes: 1 addition & 1 deletion script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7bba94

Please sign in to comment.