Remove annoying debug output

This commit is contained in:
Ben Jackson 2019-01-16 17:54:27 +00:00
commit dff7f6ad73
2 changed files with 8 additions and 1 deletions

View file

@ -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: