Remove apparently useless uri logs
This commit is contained in:
parent
c1cdd5dce1
commit
fdfdb0935f
@ -250,7 +250,6 @@ public class LocalRepoActivity extends ActionBarActivity {
|
|||||||
.replaceFirst("fdroidrepo", "http")
|
.replaceFirst("fdroidrepo", "http")
|
||||||
.replaceAll("ssid=[^?]*", "")
|
.replaceAll("ssid=[^?]*", "")
|
||||||
.toUpperCase(Locale.ENGLISH);
|
.toUpperCase(Locale.ENGLISH);
|
||||||
Log.i("QRURI", qrUriString);
|
|
||||||
if (Build.VERSION.SDK_INT >= 8) // zxing requires >= 8
|
if (Build.VERSION.SDK_INT >= 8) // zxing requires >= 8
|
||||||
new QrGenAsyncTask(this, R.id.repoQrCode).execute(qrUriString);
|
new QrGenAsyncTask(this, R.id.repoQrCode).execute(qrUriString);
|
||||||
|
|
||||||
|
@ -145,8 +145,6 @@ public class WifiQrFragment extends Fragment {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.i("QRURI", qrUriString);
|
|
||||||
|
|
||||||
// zxing requires >= 8
|
// zxing requires >= 8
|
||||||
// TODO: What about 7? I don't feel comfortable bumping the min version for this...
|
// TODO: What about 7? I don't feel comfortable bumping the min version for this...
|
||||||
// I would suggest show some alternate info, with directions for how to add a new repository manually.
|
// I would suggest show some alternate info, with directions for how to add a new repository manually.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user