diff --git a/js/app/views/PlotComponents/PlotZoomPlug.js b/js/app/views/PlotComponents/PlotZoomPlug.js index 7c5694b..24b016c 100644 --- a/js/app/views/PlotComponents/PlotZoomPlug.js +++ b/js/app/views/PlotComponents/PlotZoomPlug.js @@ -60,7 +60,6 @@ Ext.define('amdaPlotComp.PlotZoomPlug', { * @param {*} listParams_ parameters displayed on the current panel */ setParameters: function (listParams_) { - console.log(this.path_context_file); this.listParams = listParams_; //this.plotFunctionParamField = new amdaPlotComp.plotFunction.ParamField({ params: this.listParams }); this.plotFunctionType = new amdaPlotComp.plotFunction.FunctionType({}); @@ -471,7 +470,6 @@ Ext.define('amdaPlotComp.PlotZoomPlug', { 'stoptime': stop_time }); - console.log(request_to_send); // const parent = this; this.hostCmp.callInteractivePlot(request_to_send);/*, function () { Ext.Ajax.request({ diff --git a/js/app/views/PlotTabResultUI.js b/js/app/views/PlotTabResultUI.js index 20adb12..bc3b4c3 100644 --- a/js/app/views/PlotTabResultUI.js +++ b/js/app/views/PlotTabResultUI.js @@ -80,7 +80,6 @@ Ext.define('amdaUI.PlotTabResultUI', { var size = this.getImageSize(); // We need a list of parameters to compute the number of points needed to apply FFT this.listParams = panelContext["parameters"]; - console.log(this.crtContext); zoomPlugin.path_context_file = 'data/' + sessionID + '/RES/' + this.configResult.folder + '/' + "plotFunction0_context.xml"; zoomPlugin.setParameters(this.listParams); @@ -467,7 +466,6 @@ Ext.define('amdaUI.PlotTabResultUI', { var t = e.getTransaction(); if (e.status) { if (result) { - console.log(result); if (result.success) { plotModule.updateInteractiveSession(result, false, obj['panelId'], obj['time']); } @@ -694,7 +692,6 @@ Ext.define('amdaUI.PlotTabResultUI', { init: function (configResult) { this.crtContext = configResult.context; - console.log(configResult); this.configResult = configResult; this.interactiveId = configResult.interactiveId; this.multiplot = (configResult.multiplot == true); -- libgit2 0.21.2