Commit 77f49e094c76e4bbfd764e5914c7d108d3effc88
1 parent
8f85fbfa
Exists in
master
and in
111 other branches
Remove some logs
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
js/app/models/InteractiveNode.js
... | ... | @@ -462,7 +462,6 @@ Ext.define('amdaModel.InteractiveNode', { |
462 | 462 | }, |
463 | 463 | |
464 | 464 | getTimeFromNode: function(node) { |
465 | -console.log(node); | |
466 | 465 | var startString = new String(node.get('globalStart')); |
467 | 466 | var stopString = new String(node.get('globalStop')); |
468 | 467 | var startDate = new Date(startString.replace(/\-/g,'\/').replace(/[T|Z]/g,' ')); |
... | ... |
js/app/views/PlotUI.js
... | ... | @@ -108,7 +108,6 @@ Ext.define('amdaUI.PlotUI', { |
108 | 108 | this.object.set('last-plotted-tab', this.plotTabs.getSelectedTabId()); |
109 | 109 | } |
110 | 110 | var downObject = amdaModel.DownloadNode.decodeObject(this.object); |
111 | -console.log(this.object); | |
112 | 111 | amdaModel.DownloadNode.set('object',Ext.create('amdaModel.Download',downObject)); |
113 | 112 | amdaModel.DownloadNode.editInModule(); |
114 | 113 | }, |
... | ... |