Commit f7b43e27 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/VLCValueTransformer.m: Remove unuseful NSLog.

parent d70fb1f8
......@@ -85,7 +85,6 @@
- (NSString *)transformedValue:(id)value
{
NSLog(@"%@", value);
if( ![value isKindOfClass:[NSURL class]] || ![value isFileURL] )
return @"";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment