From 90ae10b0d1181cedb1c31a20e2194a59896223fd Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 16 Jul 2010 19:16:57 +0200 Subject: Forgot to remove this logging print. --- lib/bzpage.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/bzpage.js') 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 ; } -- cgit