partkeepr

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

commit 79bf0adfc4bf1d85a7df832d5139755f28a6e14b
parent fcbe10601937ab094c073ea26c4d1be111aca5bb
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 11 Sep 2011 13:46:02 +0200

Removed console.log calls

Diffstat:
Mfrontend/js/Components/Statistics/StatisticsChartPanel.js | 2--
Mfrontend/js/PartKeepr.js | 1-
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/frontend/js/Components/Statistics/StatisticsChartPanel.js b/frontend/js/Components/Statistics/StatisticsChartPanel.js @@ -40,8 +40,6 @@ Ext.define('PartKeepr.StatisticsChartPanel', { call.doCall(); }, onReloadDates: function (data) { - console.log(data); - var start = Ext.Date.parse(data.data.start, "Y-m-d H:i:s"); var end = Ext.Date.parse(data.data.end, "Y-m-d H:i:s"); diff --git a/frontend/js/PartKeepr.js b/frontend/js/PartKeepr.js @@ -166,7 +166,6 @@ Ext.application({ }); }, storeLoaded: function (store) { - console.log("FOO"); store._loaded = true; }, setAdmin: function (admin) {