Skip to content

Commit

Permalink
removed some Console spew
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan 'Wolf' Rentzsch <jwr.git@redshed.net>
  • Loading branch information
Simone Manganelli authored and rentzsch committed Apr 22, 2009
1 parent a055047 commit 53f25ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Plugin/Plugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ - (id) initWithArguments:(NSDictionary *)arguments
if (dataAttribute) self.src = dataAttribute;
}

NSLog(@"self.src: %@",self.src);


// set tooltip

Expand All @@ -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
Expand Down

0 comments on commit 53f25ff

Please sign in to comment.