Skip to content

Commit 34ea6f6

Browse files
authoredMay 12, 2020
commenting out unnecessary console
there is a console log on line number 126, which consoles mouse position.
1 parent 69dc4c9 commit 34ea6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ScratchCard.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ScratchCard {
125125
*/
126126
private _setScratchPosition () {
127127
this.zone = getOffset(this.canvas);
128-
console.log(this.zone);
128+
// console.log(this.zone);
129129
}
130130

131131
finish () {

0 commit comments

Comments
 (0)
Failed to load comments.