Skip to content

Commit ddebe47

Browse files
committed
Minor cleaning
Remove accidental leftover log
1 parent f919129 commit ddebe47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

InterSpec_resources/D3TimeChart.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,10 +538,9 @@ D3TimeChart.prototype.reinitializeChart = function (options) {
538538
}
539539
}
540540
} // if (plotWidth < nPoints)
541-
// console.log(this.state.data.formatted);
542541
this.state.data.unzoomedCompressionIndex = compressionIndex;
543542
}
544-
console.log(this.state.data.formatted)
543+
// console.log(this.state.data.formatted)
545544

546545
// set dimensions of svg element and plot
547546
this.svg.attr("width", this.state.width).attr("height", this.state.height);

0 commit comments

Comments
 (0)