Remove debug
This commit is contained in:
parent
08eed4ff15
commit
3416070b95
1 changed files with 0 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue