forked from shadowfacts/Tusker
Remove old API test code
This commit is contained in:
parent
24d30d36b7
commit
5dacb787a6
|
@ -35,11 +35,6 @@ class MastodonController {
|
||||||
|
|
||||||
login()
|
login()
|
||||||
}
|
}
|
||||||
|
|
||||||
client.run(Accounts.currentUser()) { result in
|
|
||||||
guard case let .success(account, _) = result else { fatalError() }
|
|
||||||
print(account.acct)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private func register(completion: @escaping () -> Void) {
|
private func register(completion: @escaping () -> Void) {
|
||||||
|
|
Loading…
Reference in New Issue