Removed debug code
This commit is contained in:
parent
37ddb56fe8
commit
867d248ccc
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public class CheckForNewAppVersionTask extends AsyncTask<Void, Void, String> {
|
||||||
protected void onPreExecute() {
|
protected void onPreExecute() {
|
||||||
// Continue with version check only if the build variant is of type "github".
|
// Continue with version check only if the build variant is of type "github".
|
||||||
if (!BuildConfig.FLAVOR.equals(app.getString(R.string.app_flavor_github))) {
|
if (!BuildConfig.FLAVOR.equals(app.getString(R.string.app_flavor_github))) {
|
||||||
// this.cancel(true);
|
this.cancel(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue