Skip to content

Commit

Permalink
The default SpamTracker logger is :debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed May 14, 2017
1 parent 5458d84 commit 10cf918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spamtracker/spamtracker.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
unsafeWindow.Spamtracker = (function (target, siterooms, window) {
"use strict";
const createDebug = window.debug;
const debug = createDebug("spamtracker");
const debug = createDebug("spamtracker:debug");
debug.warn = createDebug("spamtracker:warn");
debug.info = createDebug("spamtracker:info");

Expand Down

0 comments on commit 10cf918

Please sign in to comment.