Skip to content

Commit 146305e

Browse files
authored
Merge pull request #1884 from processing/shiffman-patch-5
removing an extra console.log
2 parents 67e2e79 + f118ec5 commit 146305e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/io/files.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,6 @@ p5.prototype.saveJSON = function (json, filename, opt) {
12491249
} else {
12501250
stringify = JSON.stringify(json, undefined, 2);
12511251
}
1252-
console.log(stringify);
12531252
this.saveStrings(stringify.split('\n'), filename, 'json');
12541253
};
12551254

0 commit comments

Comments
 (0)