Skip to content

Commit f1d7062

Browse files
author
B. Thomas Goodwin
committedJun 6, 2018
Removed commented console statement.
1 parent 8224993 commit f1d7062

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/lib/impl/line/line-plot.ts

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export class LinePlot extends BasePlot {
6767
// If settings are provided, apply them.
6868
if (plotData.layerSettings !== undefined) {
6969
this.changeLayerSettings(plotData.layerSettings, plotData.dataId);
70-
// console.log(plotData.xAxis);
7170
}
7271

7372
// TODO: sync and/or rsync?

0 commit comments

Comments
 (0)
Please sign in to comment.