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 9716292 commit d56ce4bCopy full SHA for d56ce4b
rcmds/rcmds.pde
@@ -70,8 +70,6 @@ void draw() {
70
}
71
72
if (keyboardCtrl.justPressed(18)) {
73
- println(keyboardCtrl.keys);
74
- println(keyboardCtrl.oldKeys);
75
if (fileExists(dataPath("setup.txt"))) {
76
try {
77
windowSetup("setup");
rcmds/typeBox.pde
@@ -140,7 +140,6 @@ void runTypeBox () {
140
objectSetup(oldFile);
141
142
error = "Bad config file";
143
- println(e);
144
145
} else {
146
error = "File does not exist";
0 commit comments