Commit 3782a20d18525fd32d1e7fbb3ab8455d2293df91

Authored by Benjamin Renard
1 parent ebebd92d

Remove a log

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
js/app/views/PlotComponents/PlotParamForm.js
... ... @@ -55,7 +55,6 @@ Ext.define('amdaPlotComp.PlotParamForm', {
55 55 formId += '-drawing-options-form';
56 56 if (!this.drawingOptionsFormsManager.get(formId))
57 57 {
58   -console.log(type);
59 58 switch(type)
60 59 {
61 60 //Create drawing options form
... ...