Skip to content

Commit c72d2f3

Browse files
author
mlarghydracept
committed
Merge remote-tracking branch 'processing/master'
2 parents dace480 + 36428d8 commit c72d2f3

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
PLEASE READ THIS BEFORE SUBMITTING AN ISSUE :)
21

3-
ARE YOU ASKING FOR HELP?
4-
The github issues are ONLY for bugs and feature requests for the p5.js library itself. For help with programming with p5.js, please use the p5.js forum instead: https://forum.processing.org/two/.
5-
6-
ARE YOU REPORTING AN ISSUE?
7-
Please include a snippet of code that demonstrates that the described behavior is not the expected behavior. Use only the minimum amount of code necessary to reproduce the unexpected behavior. Bugs may be temporarily closed until you can provide this.
8-
9-
Thanks!
10-
The p5.js Team

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)