Remove apparently useless uri logs

This commit is contained in:
Daniel Martí 2015-03-30 20:37:01 +02:00
parent c1cdd5dce1
commit fdfdb0935f
2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -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.