Skip to content

Commit 40d3bc3

Browse files
committed
test: use empty function
1 parent 06fef22 commit 40d3bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mixins/canvas-drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default class CanvasDrawer {
3232
initializeCanvas () {
3333
if (SPEC_MODE) {
3434
// class methods only used for spying the calls
35-
this.drawLines = (firstLine, lastLine) => { console.log({ firstLine, lastLine }) }
35+
this.drawLines = (firstLine, lastLine) => {}
3636
this.drawLineDecoration = drawLineDecoration
3737
this.drawGutterDecoration = drawGutterDecoration
3838
this.drawHighlightDecoration = drawHighlightDecoration

0 commit comments

Comments
 (0)