mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-12 17:57:29 +00:00
Removed logging of parsed differences
This commit is contained in:
parent
53ce38f5cd
commit
8637fceab0
@ -613,14 +613,6 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage
|
||||
if (url == null) return;
|
||||
// Log.d(TAG, url);
|
||||
final IntentModel intentModel = IntentUtils.parseUrl(url);
|
||||
|
||||
// Temporarily log URLs that parse in a new way, then use the old parser result
|
||||
final IntentModel intentModelOld = IntentUtils.parseUrlOld(url);
|
||||
if (intentModelOld != null && (intentModel == null || (intentModelOld.getType() != intentModel.getType()) || (intentModelOld.getText() != intentModel.getText()))) {
|
||||
Log.w(TAG, url);
|
||||
intentModel = intentModelOld;
|
||||
}
|
||||
|
||||
if (intentModel == null) return;
|
||||
showView(intentModel);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user