1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-10-02 00:40:51 +00:00

Removed debug code

This commit is contained in:
Kartikey Kushwaha 2018-08-17 01:46:33 +05:30
parent 04e974b326
commit 910c10f554

View File

@ -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);
}
}