From 5385d2bf44f9decdba7eaff56e73717653b5f9b9 Mon Sep 17 00:00:00 2001 From: nixzhu Date: Mon, 13 Jul 2015 14:43:32 +0800 Subject: [PATCH] not print --- Yep/Views/Cells/ChatLeftAudio/ChatLeftAudioCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yep/Views/Cells/ChatLeftAudio/ChatLeftAudioCell.swift b/Yep/Views/Cells/ChatLeftAudio/ChatLeftAudioCell.swift index f1473369..7566a211 100644 --- a/Yep/Views/Cells/ChatLeftAudio/ChatLeftAudioCell.swift +++ b/Yep/Views/Cells/ChatLeftAudio/ChatLeftAudioCell.swift @@ -50,7 +50,7 @@ class ChatLeftAudioCell: UICollectionViewCell { func loadingWithProgress(progress: Double) { - println("audio loadingWithProgress \(progress)") + //println("audio loadingWithProgress \(progress)") if progress == 1.0 { loadingProgressView.hidden = true