Skip to content
Snippets Groups Projects
Commit 8688ca92 authored by Bob Lantz's avatar Bob Lantz
Browse files

Remove debugging message.

parent 8a622c3a
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ def customNode( constructors, argStr ): ...@@ -38,7 +38,7 @@ def customNode( constructors, argStr ):
( cname, constructors.keys() ) ) ( cname, constructors.keys() ) )
def custom( *args, **params ): def custom( *args, **params ):
params.update( kwargs ) params.update( kwargs )
print 'CONSTRUCTOR', constructor, 'ARGS', args, 'PARAMS', params # print 'CONSTRUCTOR', constructor, 'ARGS', args, 'PARAMS', params
return constructor( *args, **params ) return constructor( *args, **params )
return custom return custom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment