mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-19 21:19:16 -04:00
Redundant log messages removed
This commit is contained in:
@@ -14,10 +14,8 @@ public class DownloadManagerFactory {
|
||||
|| !nativeDownloadManagerEnabled(context)
|
||||
|| nougatVpn(context)
|
||||
) {
|
||||
Log.i(DownloadManagerFactory.class.getSimpleName(), "DownloadManager unavailable - using a fallback");
|
||||
return new DownloadManagerFake(context);
|
||||
} else {
|
||||
Log.i(DownloadManagerFactory.class.getSimpleName(), "DownloadManager is found and is going to be used");
|
||||
return new DownloadManagerAdapter(context);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user