We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 144932c + eefd85a commit d63fd78Copy full SHA for d63fd78
1 file changed
dist/v0.6.0/p5SimpleAR.js
@@ -160,7 +160,6 @@ const p5SimpleARReplaceARDraw = () => {
160
if (targetElm.className.match(/hasFrameBorder/)) {
161
targetElm.className = '';
162
}
163
- console.log(targetElm);
164
165
const oldDraw = draw;
166
draw = () => {
0 commit comments