We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1247b23 commit 69b31baCopy full SHA for 69b31ba
app/src/processing/app/debug/TargetPlatform.java
@@ -41,7 +41,6 @@ public class TargetPlatform {
41
private MapWithSubkeys customMenus;
42
43
public TargetPlatform(String _name, File _folder) {
44
- System.out.println("TargetPlatform: constructor start, name: " + _name);
45
name = _name;
46
folder = _folder;
47
boards = new HashMap<String, PreferencesMap>();
0 commit comments