Skip to content
Snippets Groups Projects
Commit 743e6283 authored by Maxime POULAIN's avatar Maxime POULAIN
Browse files

remove prints

parent 156a06db
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,6 @@ class VoteController: UIViewController,UIPickerViewDataSource, UIPickerViewDeleg
DispatchQueue.main.asyncAfter(deadline: .now()) { [weak self] in
self?.undoButton.isHidden = self?.currentImage ?? 0 < 2
print(self?.undoButton.isHidden)
print(self?.currentImage)
}
if(currentImage ?? 0 < memes?.memes.count ?? 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment