Skip to content

Commit 52f6e53

Browse files
committed
removing the usb refresh print
1 parent b92e754 commit 52f6e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javasdk/NRSDK/addons/com/neuronrobotics/sdk/ui/UsbConnectionPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public BowlerAbstractConnection getConnection() {
107107

108108

109109
public void refresh() {
110-
System.err.println("Refreshing USB");
110+
//System.err.println("Refreshing USB");
111111
connectionCbo.removeAllItems();
112112

113113
List<UsbDevice> prts=null;

0 commit comments

Comments
 (0)