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")
|
||||
.replaceAll("ssid=[^?]*", "")
|
||||
.toUpperCase(Locale.ENGLISH);
|
||||
Log.i("QRURI", qrUriString);
|
||||
if (Build.VERSION.SDK_INT >= 8) // zxing requires >= 8
|
||||
new QrGenAsyncTask(this, R.id.repoQrCode).execute(qrUriString);
|
||||
|
||||
|
@ -145,8 +145,6 @@ public class WifiQrFragment extends Fragment {
|
||||
}
|
||||
}
|
||||
|
||||
Log.i("QRURI", qrUriString);
|
||||
|
||||
// zxing requires >= 8
|
||||
// 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user