Commit a7a6e1a53d8fb1fffc760c2b5dfaf63bb2824fff

Authored by Menouar AZIB
1 parent f1405d82

Delete some .log

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
js/app/views/PlotComponents/PlotPreviewUI.js
... ... @@ -314,9 +314,7 @@ Ext.define('amdaPlotComp.PlotPreviewUI', {
314 314 text: 'Download Data',
315 315 handler: function () {
316 316 var path = me.getImageUrl(configResult.folder, configResult.plotFile.replace(".png", ""));
317   - console.log(configResult);
318 317 path +="_data.txt"
319   - console.log(path);
320 318 window.open(path, "_blank")
321 319 }
322 320 };
... ...