Remove debug output in ND
This commit is contained in:
parent
9e9d514cdd
commit
3c793c44e1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ var init = func {
|
|||
var draw_fn = me.getOption('draw_function');
|
||||
if(typeof(draw_fn) != 'func')
|
||||
draw_fn = drawFIX;
|
||||
debug.dump(name);
|
||||
#debug.dump(name);
|
||||
var cache = StyleableCacheable.new(
|
||||
name:_name,
|
||||
draw_func: draw_fn,
|
||||
|
|
Loading…
Add table
Reference in a new issue