partkeepr

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

commit 28644957a3aa03b5fe161b46f8da4d41faf035c6
parent 7468d231d5ef63908aff3477df3af5735a1d1599
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 14 Nov 2015 15:56:57 +0100

Removed console logging directive

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Exporter/GridExporterButton.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Exporter/GridExporterButton.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Exporter/GridExporterButton.js @@ -22,7 +22,6 @@ Ext.define("PartKeepr.Exporter.GridExporterButton", { } ]; - console.log(this.genericExporter); if (this.genericExporter) { this.menu.push({ text: i18n("Custom Export…"),