Removed debugging code

This commit is contained in:
Henry 2016-10-25 15:48:15 -07:00
parent 93735bc404
commit 8e76ebb5a8
2 changed files with 0 additions and 7 deletions

View File

@ -19,12 +19,6 @@
this source code distribution or the Licensing information page available
at runtime from the About dialog for additional information.
-->
<style>
.gl-plot-wrapper-display-area-and-x-axis .toiPositioner {
position: relative;
height: 100%;
}
</style>
<span ng-controller="PlotController as plot"
class="abs holder holder-plot has-control-bar">
<div class="l-control-bar" ng-show="!plot.hideExportButtons">

View File

@ -645,7 +645,6 @@ define(
this.scrollToRow(this.$scope.toiRowIndex);
}
}
console.log('toiRowIndex '+ this.$scope.toiRowIndex + ' length: ' + this.$scope.displayRows.length);
};
/**