Skip to content

Commit

Permalink
too much debug
Browse files Browse the repository at this point in the history
  • Loading branch information
quaap committed Jul 11, 2017
1 parent ed72848 commit efee283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/quaap/launchtime/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ public Intent getAppIntent(final AppShortcut app) {
}

}
Log.d("Launch", app.getActivityName() + " " + app.getPackageName() + " " + uristr);
// Log.d("Launch", app.getActivityName() + " " + app.getPackageName() + " " + uristr);
Intent intent;
// is Link is a shortcut?
if (app.isActionLink()) {
Expand Down

0 comments on commit efee283

Please sign in to comment.