Delete unused, commented out code

pull/18/head
Jesse Vincent 9 years ago
parent f1da7437fa
commit 04fd5641e1

@ -112,10 +112,6 @@ void setup() {
String myApp; String myApp;
void loop() { void loop() {
// if(Serial.available()) {
// myApp = Serial.readString();
// myApp.trim();
// }
TS("A noop takes...") TS("A noop takes...")
TS("about to scan the matrix") TS("about to scan the matrix")
scan_matrix(); scan_matrix();

Loading…
Cancel
Save