Skip to content

Commit

Permalink
Remove commented out lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
halfninja committed Jun 9, 2016
1 parent aa41360 commit 46f3296
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,9 @@ public String getDeviceType() {
class RegistrationListener implements Listener<RegistrationResponse[]> {

public String bridgeIP;
//public String username;

public RegistrationListener(String ip) {
bridgeIP = ip;
//username = userName;
}

@Override
Expand Down

0 comments on commit 46f3296

Please sign in to comment.