forked from premiere/premiere-libtorrent
remove debug printing
This commit is contained in:
parent
9344dcc9b1
commit
8dffe0def0
|
@ -204,7 +204,6 @@ def highlight_signature(s):
|
|||
|
||||
|
||||
def highlight_name(s):
|
||||
print('highlight: %s' % s)
|
||||
if '=' in s:
|
||||
splitter = ' = '
|
||||
elif '{' in s:
|
||||
|
@ -213,9 +212,7 @@ def highlight_name(s):
|
|||
return s
|
||||
|
||||
name = s.split(splitter, 1)
|
||||
print('split: ', name)
|
||||
name2 = name[0].split(' ')
|
||||
print('split2: ', name2)
|
||||
if len(name2[-1]) == 0:
|
||||
return s
|
||||
|
||||
|
|
Loading…
Reference in New Issue