From 53f25ff2fff3600f9fbac3a372efb11088d7252f Mon Sep 17 00:00:00 2001 From: Simone Manganelli Date: Wed, 22 Apr 2009 14:20:21 +0800 Subject: [PATCH] removed some Console spew Signed-off-by: Jonathan 'Wolf' Rentzsch --- Plugin/Plugin.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Plugin/Plugin.m b/Plugin/Plugin.m index a50d971c..f3862eff 100644 --- a/Plugin/Plugin.m +++ b/Plugin/Plugin.m @@ -126,8 +126,6 @@ - (id) initWithArguments:(NSDictionary *)arguments if (dataAttribute) self.src = dataAttribute; } - NSLog(@"self.src: %@",self.src); - // set tooltip @@ -140,7 +138,7 @@ - (id) initWithArguments:(NSDictionary *)arguments if( flashvars != nil ) _flashVars = [ [ self _flashVarDictionary: flashvars ] retain ]; -#if 1 +#if LOGGING_ENABLED NSLog( @"arguments = %@", arguments ); NSLog( @"flashvars = %@", _flashVars ); #endif