Remove debug

This commit is contained in:
Ben Jackson 2018-06-10 23:56:05 +01:00
commit 3416070b95

View file

@ -227,7 +227,6 @@ def IsCurrent( window, buf ):
def ExpandReferencesInDict( obj, mapping, **kwargs ):
def expand_refs( s ):
UserMessage( type( s ), persist=True )
s = string.Template( s ).safe_substitute( mapping, **kwargs )
s = os.path.expanduser( s )
s = os.path.expandvars( s )