Skip to content

Commit 2077521

Browse files
committed
cleanup
1 parent 85b14fe commit 2077521

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

android/app/src/main/java/org/openbot/logging/LoggerFragment.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,7 @@ protected void processControllerKeyData(String commandType) {
401401
case Constants.CMD_LOGS:
402402
handleLogging();
403403
break;
404-
// case "Constants.CMD_NOISE":
405-
// handleNoise();
406-
// break;
404+
407405
case Constants.CMD_INDICATOR_LEFT:
408406
case Constants.CMD_INDICATOR_RIGHT:
409407
case Constants.CMD_INDICATOR_STOP:

0 commit comments

Comments
 (0)