Skip to content

Commit 8e76ebb

Browse files
committed
Removed debugging code
1 parent 93735bc commit 8e76ebb

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

platform/features/plot/res/templates/plot.html

-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
this source code distribution or the Licensing information page available
2020
at runtime from the About dialog for additional information.
2121
-->
22-
<style>
23-
.gl-plot-wrapper-display-area-and-x-axis .toiPositioner {
24-
position: relative;
25-
height: 100%;
26-
}
27-
</style>
2822
<span ng-controller="PlotController as plot"
2923
class="abs holder holder-plot has-control-bar">
3024
<div class="l-control-bar" ng-show="!plot.hideExportButtons">

platform/features/table/src/controllers/MCTTableController.js

-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ define(
645645
this.scrollToRow(this.$scope.toiRowIndex);
646646
}
647647
}
648-
console.log('toiRowIndex '+ this.$scope.toiRowIndex + ' length: ' + this.$scope.displayRows.length);
649648
};
650649

651650
/**

0 commit comments

Comments
 (0)