Commit 23d7bba7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* disabled the debug-msg which prints the pointer to each p_item. this...

* disabled the debug-msg which prints the pointer to each p_item. this produces so many msgs, that you can't see others
parent 26f68e7f
......@@ -267,7 +267,7 @@ NSLog( @"expandable" );
{
return( @"error");
}
NSLog( @"values for %p", p_item );
//NSLog( @"values for %p", p_item );
if( [[o_tc identifier] isEqualToString:@"1"] )
{
......
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