Remove annoying debug output
This commit is contained in:
parent
3c917c86d0
commit
dff7f6ad73
2 changed files with 8 additions and 1 deletions
|
|
@ -254,7 +254,6 @@ def ExpandReferencesInDict( obj, mapping, **kwargs ):
|
|||
++bug_catcher
|
||||
|
||||
try:
|
||||
UserMessage( 'Dict: {}'.format( str( mapping ) ), persist = True )
|
||||
s = string.Template( s ).substitute( mapping, **kwargs )
|
||||
break
|
||||
except KeyError as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue