diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-13 12:57:01 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-13 12:57:01 +0200 |
commit | bd5a829925dcebad3b25a9d22703958b673d8fe2 (patch) | |
tree | 8ddb2224509b9810bc62e6441f3ab3f3dcfefe87 /data/lib | |
parent | a01c6f7687fcf05b83e8e7ad0a0b0178cd72c0c4 (diff) | |
download | bugzilla-triage-bd5a829925dcebad3b25a9d22703958b673d8fe2.tar.gz |
Forgot debugging print
Diffstat (limited to 'data/lib')
-rw-r--r-- | data/lib/otherButtons.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index 12d0712..31a4dd8 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -113,7 +113,6 @@ function addingEmbelishments(logList) { }, false); } - console.log("addingEmbelishments: isTriaged = " + isTriaged()); // TODO Get compiz bugs as well if ((new Boolean(constantData.chipNames)) && (logList.length > 0) && (!isTriaged()) |