Skip to content

Commit 00f414a

Browse files
committed
Remove console logs
1 parent fe78cfe commit 00f414a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/image/image.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ function image(p5, fn){
327327
}
328328

329329
htmlCanvas.toBlob(blob => {
330-
console.log("here");
331330
fn.downloadFile(blob, filename, extension);
332331
if(temporaryGraphics) temporaryGraphics.remove();
333332
}, mimeType);

src/shape/custom_shapes.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,6 @@ class Shape {
871871
*/
872872
#generalVertex(kind, position, textureCoordinates) {
873873
let vertexKind = kind;
874-
console.log(this.contours)
875-
console.log(this.at(-1))
876874
let lastContourKind = this.at(-1).kind;
877875
let vertex = this.#createVertex(position, textureCoordinates);
878876

0 commit comments

Comments
 (0)