Skip to content

Commit

Permalink
I keep forgetting to remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSpring committed Mar 12, 2022
1 parent a635017 commit ef1a39d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ module.exports = class NotificationSounds extends Plugin {

// Prevent message sounds from playing by overwriting the 4th argument.
inject('ns-showNotificationPre', showNotification, 'showNotification', (args) => {
console.log(args)
if (args.length >= 4) {
const info = args[3];
if (info.sound.startsWith('message') && this.custom['message1']) {
Expand Down

0 comments on commit ef1a39d

Please sign in to comment.