Removes print statement

This commit is contained in:
Stuart Breckenridge
2023-02-05 08:55:23 +08:00
parent b35c4df28d
commit ee00339b4c

View File

@@ -730,7 +730,6 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
let host = components.host else {
return
}
print(host)
if host == "twitter.com" {
twitterIsActive = true
return