Skip to content

Commit

Permalink
Remove permission log line
Browse files Browse the repository at this point in the history
  • Loading branch information
TebbeUbben committed Apr 21, 2018
1 parent 260d88b commit 1acc13d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ private List<String> getAppsWithHistoryPermission() {
for (String permission : packageInfo.requestedPermissions) {
if (permission.equals("sugar.free.sightremote.HISTORY_BROADCASTS")) {
packagesWithPermission.add(packageInfo.packageName);
Log.d("Permission", packageInfo.packageName);
}
}
}
Expand Down

0 comments on commit 1acc13d

Please sign in to comment.