diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-16 19:16:57 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-16 19:16:57 +0200 |
commit | 90ae10b0d1181cedb1c31a20e2194a59896223fd (patch) | |
tree | 483a4e7f5a743b847f1e709bf1b99846d073a86c /lib | |
parent | f77aee9c533e72cfbc141755894946f09a256c9e (diff) | |
download | bugzilla-triage-90ae10b0d1181cedb1c31a20e2194a59896223fd.tar.gz |
Forgot to remove this logging print.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bzpage.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bzpage.js b/lib/bzpage.js index a088259..25c9498 100644 --- a/lib/bzpage.js +++ b/lib/bzpage.js @@ -377,7 +377,6 @@ BZPage.prototype.createNewButton = function createNewButton (location, after, pk // creation of button might be conditional on existence of data in constantData if ("ifExist" in cmdObj) { - console.log("checking ifExist:\n" + this.constantData.toSource()); if (!(cmdObj.ifExist in this.constantData)) { return ; } |