diff --git a/Yep/Services/YepService.swift b/Yep/Services/YepService.swift index 0ade906c..afa74a32 100644 --- a/Yep/Services/YepService.swift +++ b/Yep/Services/YepService.swift @@ -363,7 +363,7 @@ func updateMyselfWithInfo(info: JSONDictionary, #failureHandler: ((Reason, Strin // longitude let parse: JSONDictionary -> Bool? = { data in - println("updateMyself \(data)") + //println("updateMyself \(data)") return true }