We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fef22 commit 40d3bc3Copy full SHA for 40d3bc3
lib/mixins/canvas-drawer.js
@@ -32,7 +32,7 @@ export default class CanvasDrawer {
32
initializeCanvas () {
33
if (SPEC_MODE) {
34
// class methods only used for spying the calls
35
- this.drawLines = (firstLine, lastLine) => { console.log({ firstLine, lastLine }) }
+ this.drawLines = (firstLine, lastLine) => {}
36
this.drawLineDecoration = drawLineDecoration
37
this.drawGutterDecoration = drawGutterDecoration
38
this.drawHighlightDecoration = drawHighlightDecoration
0 commit comments