mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 19:12:45 +01:00
Removed debug code
This commit is contained in:
parent
04e974b326
commit
910c10f554
@ -35,7 +35,7 @@ public class CheckForNewAppVersionTask extends AsyncTask<Void, Void, String> {
|
||||
protected void onPreExecute() {
|
||||
// Continue with version check only if the build variant is of type "github".
|
||||
if (!BuildConfig.FLAVOR.equals(app.getString(R.string.app_flavor_github))) {
|
||||
// this.cancel(true);
|
||||
this.cancel(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user