diff options
Diffstat (limited to 'data/tweaks')
-rw-r--r-- | data/tweaks/bug-page-mod.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tweaks/bug-page-mod.js b/data/tweaks/bug-page-mod.js index d3551a3..d9a1719 100644 --- a/data/tweaks/bug-page-mod.js +++ b/data/tweaks/bug-page-mod.js @@ -271,7 +271,7 @@ function displayCommentActions (comment, historyItem) { } function processHistoryItem(objects, itemRaw) { - console.log("processHistoryItem: itemRaw = " + itemRaw.toSource()); + myDebug("processHistoryItem: itemRaw = " + itemRaw.toSource()); return ; // FIXME just to get rid of this unfinished and unanalyzed function |