Skip to content

Commit d56ce4b

Browse files
committed
ready for 1.2 release
1 parent 9716292 commit d56ce4b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

rcmds/rcmds.pde

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ void draw() {
7070
}
7171

7272
if (keyboardCtrl.justPressed(18)) {
73-
println(keyboardCtrl.keys);
74-
println(keyboardCtrl.oldKeys);
7573
if (fileExists(dataPath("setup.txt"))) {
7674
try {
7775
windowSetup("setup");

rcmds/typeBox.pde

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ void runTypeBox () {
140140
objectSetup(oldFile);
141141
}
142142
error = "Bad config file";
143-
println(e);
144143
}
145144
} else {
146145
error = "File does not exist";

0 commit comments

Comments
 (0)