From de72e90652fcaee26b5241259108a8a09cd2444d Mon Sep 17 00:00:00 2001 From: nixzhu Date: Thu, 9 Jul 2015 15:53:50 +0800 Subject: [PATCH] do not print updateMyself --- Yep/Services/YepService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }