Remove debug code

This commit is contained in:
Shadowfacts 2020-08-15 18:00:47 -04:00
parent eef9b96a1a
commit ae055f1ffd
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 0 additions and 12 deletions

View File

@ -46,18 +46,6 @@ class ProfileHeaderView: UIView {
private var accountUpdater: Cancellable?
override var frame: CGRect {
didSet {
print("set header frame for \(self)")
}
}
override var bounds: CGRect {
didSet {
print("set header bounds for \(self)")
}
}
deinit {
avatarRequest?.cancel()
headerRequest?.cancel()