Skip to content

Commit 2e2abf5

Browse files
committed
remove debug info
1 parent 23ad4f4 commit 2e2abf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/image/p5.Image.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,6 @@ p5.Image = class {
886886
if (p5Image instanceof p5.Image) {
887887
maskScaleFactor = p5Image._pixelDensity;
888888
}
889-
console.log('mask density ' + maskScaleFactor + ' image density ' + imgScaleFactor);
890889
maskScaleFactor /= imgScaleFactor;
891890

892891
const copyArgs = [

0 commit comments

Comments
 (0)