aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bzpage.js1
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 ;
}