aboutsummaryrefslogtreecommitdiffstats
path: root/data/tweaks
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-04-11 11:38:06 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-04-11 11:38:06 +0200
commit03a01c78c630251416a6e21ad797158d9d16081b (patch)
treecfdca481801771db29acda4c7d297bc9f1e0dc42 /data/tweaks
parent3476e68c41e5a106a3f514c411ff93bfe0ad61a4 (diff)
downloadbugzilla-triage-03a01c78c630251416a6e21ad797158d9d16081b.tar.gz
Clean superfluous console.log calls and update HACKING
With debugging switched off the addons should generate nothing on the console.
Diffstat (limited to 'data/tweaks')
-rw-r--r--data/tweaks/bug-page-mod.js2
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