Skip to content

Commit 1666467

Browse files
committed
Remove comment
1 parent 0f14466 commit 1666467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wear-socket/src/main/java/com/github/jrejaud/wear_socket/WearSocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void run() {
148148
showErrorAndCloseApp("Error, cannot find any nodes, make sure watch is paired to phone",true);
149149
}
150150
//TODO need to make this compatible with getting android wear connection over wifi instead of just bluetooth
151-
nodeID = nodes.getNodes().get(0).getId(); //This is causing errors
151+
nodeID = nodes.getNodes().get(0).getId();
152152
Log.d(TAG,"Node found: "+ nodeID);
153153
nodeFound.release();
154154
}

0 commit comments

Comments
 (0)