partkeepr

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

commit af03bc935bcdb63e62f678af4138d2dd5655ca0d
parent f462a8c5c0a25421b70933ac60da380bf9987eef
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  4 Nov 2015 15:27:54 +0100

Removed logging statement

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

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/User/UserEditor.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/User/UserEditor.js @@ -37,7 +37,6 @@ Ext.define('PartKeepr.UserEditor', { }, onEditStart: function () { - console.log(this.record); if (this.record.get("legacy") === true) { this.down("#legacyField").setVisible(true); }