Skip to content

Commit 8812323

Browse files
authoredJun 12, 2020
Merge pull request #25 from khushbuthakur/patch-1
commenting out unnecessary console
2 parents 69dc4c9 + 34ea6f6 commit 8812323

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.