Skip to content

Commit

Permalink
removed extra logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardik Garg committed Jun 28, 2024
1 parent 38a67ef commit f548f37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ private void setControlMode(ControlMode controlMode) {
if (!PermissionUtils.hasControllerPermissions(requireActivity()))
requestPermissionLauncher.launch(Constants.PERMISSIONS_CONTROLLER);
else {
System.out.println("sanjeev node server connectPhoneController");
connectWebController();
}
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ public boolean isUsbConnected() {
}

private void sendStringToDevice(String message) {
System.out.println("sanjeev == " + message);
if (getConnectionType().equals("USB") && usbConnection != null) {
usbConnection.send(message);
} else if (getConnectionType().equals("Bluetooth")
Expand Down

0 comments on commit f548f37

Please sign in to comment.