partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit a3a18ac069a3a7ce2c10dbfe9dbb4bce5b0cda95
parent 656082ec56b5032ef450d64f9add9571589f8e92
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  4 Apr 2012 07:58:28 +0200

Removed JS debugging calls (console.log)

Diffstat:
Msrc/frontend/js/Components/CategoryEditor/CategoryEditorTree.js | 1-
Msrc/frontend/js/Util/ServiceCall.js | 1-
Msrc/setup/js/Cards/ConfigFileActionCard.js | 2--
3 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/frontend/js/Components/CategoryEditor/CategoryEditorTree.js b/src/frontend/js/Components/CategoryEditor/CategoryEditorTree.js @@ -198,7 +198,6 @@ Ext.define("PartKeepr.CategoryEditorTree", { var del = this.getStore().getRootNode().findChild("id", this.menu.record.get("id"), true); del.destroy({ failure: function () { - console.log("FOO"); this.loadCategories(); }, scope: this diff --git a/src/frontend/js/Util/ServiceCall.js b/src/frontend/js/Util/ServiceCall.js @@ -71,7 +71,6 @@ Ext.define('PartKeepr.ServiceCall', { }); }, onSuccess: function (responseObj, options) { - console.log(options); PartKeepr.getApplication().getStatusbar().endLoad(); try { diff --git a/src/setup/js/Cards/ConfigFileActionCard.js b/src/setup/js/Cards/ConfigFileActionCard.js @@ -43,8 +43,6 @@ Ext.define('PartKeeprSetup.ConfigFileActionCard', { * Gets called when the card is activated */ onActivate: function () { - console.log("Activating "+ Ext.getCmp("config-mode-card").mode); - this.getLayout().setActiveItem('card-action-' + Ext.getCmp("config-mode-card").mode); this.getLayout().activeItem.fireEvent("activateCard"); // Disable the "next" button, this needs to get enabled by the database cards