fix(recent-url): remove error log message
This commit is contained in:
@@ -78,7 +78,6 @@ public class DomainManager {
|
||||
}
|
||||
|
||||
public void setCurrentDomain(String domain) {
|
||||
Log.e(TAG, "setCurrentDomain: " + domain );
|
||||
this.currentDomain = domain;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user