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