mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-30 09:41:33 -05:00
Remove apparently useless uri logs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user