diff --git a/Flash Chat.xcodeproj/project.xcworkspace/xcuserdata/a1.xcuserdatad/UserInterfaceState.xcuserstate b/Flash Chat.xcodeproj/project.xcworkspace/xcuserdata/a1.xcuserdatad/UserInterfaceState.xcuserstate index 076eef0..e909316 100755 Binary files a/Flash Chat.xcodeproj/project.xcworkspace/xcuserdata/a1.xcuserdatad/UserInterfaceState.xcuserstate and b/Flash Chat.xcodeproj/project.xcworkspace/xcuserdata/a1.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Flash Chat/WelcomeViewController.swift b/Flash Chat/WelcomeViewController.swift index 1c635be..6a42bf0 100755 --- a/Flash Chat/WelcomeViewController.swift +++ b/Flash Chat/WelcomeViewController.swift @@ -14,9 +14,6 @@ class WelcomeViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() - - //TODO: Check to see if there is a user logged in already, if so send them straight through to the ChatViewController. - }