Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Jun 6, 2019
1 parent afcfc66 commit 7f220b0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ public void publishShortcuts() {
break;
}

android.util.Log.d("IRCCloud", "Publishing shortcuts: " + shortcuts);

ShortcutManagerCompat.removeAllDynamicShortcuts(IRCCloudApplication.getInstance().getApplicationContext());
ShortcutManagerCompat.addDynamicShortcuts(IRCCloudApplication.getInstance().getApplicationContext(), shortcuts);
}
Expand Down

0 comments on commit 7f220b0

Please sign in to comment.