diff --git a/platform/features/plot/res/templates/plot.html b/platform/features/plot/res/templates/plot.html index c2f80151aff..bcd1d1899bf 100644 --- a/platform/features/plot/res/templates/plot.html +++ b/platform/features/plot/res/templates/plot.html @@ -19,12 +19,6 @@ this source code distribution or the Licensing information page available at runtime from the About dialog for additional information. --> -
diff --git a/platform/features/table/src/controllers/MCTTableController.js b/platform/features/table/src/controllers/MCTTableController.js index f7533a62c18..6544b72eb4b 100644 --- a/platform/features/table/src/controllers/MCTTableController.js +++ b/platform/features/table/src/controllers/MCTTableController.js @@ -645,7 +645,6 @@ define( this.scrollToRow(this.$scope.toiRowIndex); } } - console.log('toiRowIndex '+ this.$scope.toiRowIndex + ' length: ' + this.$scope.displayRows.length); }; /**