From f7b43e279b9189f0c4bdf10ece4a97a199f62a50 Mon Sep 17 00:00:00 2001
From: Pierre d'Herbemont <pdherbemont@videolan.org>
Date: Mon, 7 Jan 2008 12:30:38 +0000
Subject: [PATCH] MacOSX/Framework/VLCValueTransformer.m: Remove unuseful
 NSLog.

---
 extras/MacOSX/VLC_app/Sources/VLCValueTransformer.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extras/MacOSX/VLC_app/Sources/VLCValueTransformer.m b/extras/MacOSX/VLC_app/Sources/VLCValueTransformer.m
index a2c705bec168..86adcd4e8f7e 100644
--- a/extras/MacOSX/VLC_app/Sources/VLCValueTransformer.m
+++ b/extras/MacOSX/VLC_app/Sources/VLCValueTransformer.m
@@ -85,7 +85,6 @@
 
 - (NSString *)transformedValue:(id)value
 {
-    NSLog(@"%@", value);
     if( ![value isKindOfClass:[NSURL class]] || ![value isFileURL] )
         return @"";
 
-- 
GitLab