Skip to content

Commit

Permalink
Deleted print
Browse files Browse the repository at this point in the history
  • Loading branch information
peppesapienza committed Jun 18, 2018
1 parent d45d1e1 commit 17312b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RocketAlert/Rocket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class Rocket: RocketControl {

deinit {
NotificationCenter.default.removeObserver(self, name: .UIDeviceOrientationDidChange, object: nil)
print("🔥 [Rocket] Deinit Rocket")
//print("🔥 [Rocket] Deinit Rocket")
}

}
Expand Down
2 changes: 1 addition & 1 deletion RocketAlert/UI/Container/RocketViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class RocketViewController: UIViewController {
}

deinit {
print("🔥 [Rocket] Deinit RocketViewController")
//print("🔥 [Rocket] Deinit RocketViewController")
}

}

0 comments on commit 17312b3

Please sign in to comment.