diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-13 12:57:01 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:53:47 +0200 |
commit | 7acfac4185ffcdb151e633a84b59525bcdd49792 (patch) | |
tree | 664c89fb257b942315060bc5d8b629483eca69d7 /data | |
parent | 293fe3d4ae42a39b2c45f783924b82db8259a50b (diff) | |
download | bugzilla-triage-7acfac4185ffcdb151e633a84b59525bcdd49792.tar.gz |
Forgot debugging print
Diffstat (limited to 'data')
-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()) |