Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
david90 committed Sep 15, 2017
1 parent bb289aa commit aef1cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photo-app/FirstViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class FirstViewController: UIViewController {
self.showAlert(title:"Cannot signup", message:"Please try again", actionText:"OK")
return
}
print("Signed up as: \(user)")
print("Signed up as: \(String(describing: user))")
self.refreshView()
}
}
Expand Down

0 comments on commit aef1cb8

Please sign in to comment.