Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Apr 23, 2015
1 parent ea8b249 commit f3d8a68
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ private void createIdleHandler() {
HandlerThread thread = new HandlerThread("IdleThread", Process.THREAD_PRIORITY_BACKGROUND);
thread.start();
int refCount = Kontalk.get(this).getReferenceCounter();
Log.v(TAG, "creating idle handler with refcount " + (refCount));
mIdleHandler = new IdleConnectionHandler(this, refCount, thread.getLooper());
}

Expand Down

0 comments on commit f3d8a68

Please sign in to comment.