diff --git a/app/src/pages/explorer/chart/editor/Chart.vue b/app/src/pages/explorer/chart/editor/Chart.vue index 152b8a13..3d594f4e 100644 --- a/app/src/pages/explorer/chart/editor/Chart.vue +++ b/app/src/pages/explorer/chart/editor/Chart.vue @@ -177,7 +177,6 @@ export default { if (this.$route.params.type === 'new') { // Save chart to MongoDB - async operation } else { - console.log('charturi:', this.chartId) await this.$store.dispatch('explorer/curation/deleteChartES', `http://nanomine.org/viz/${this.chartId}`) // Find in mongo and update - async operation }