Skip to content

Commit

Permalink
Removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfintel committed Sep 22, 2019
1 parent 6259a0d commit 24c16f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public void run(){
onDataReceived(data);
c.close();
}catch(Throwable t){
t.printStackTrace();
try{c.close();}catch(Throwable t1){}
onError(t.toString());
}
Expand Down

0 comments on commit 24c16f9

Please sign in to comment.