- Removed font print debugging information.
This commit is contained in:
parent
1542d65def
commit
ef2af6b097
@ -137,7 +137,6 @@ class AttackThread(threading.Thread):
|
|||||||
|
|
||||||
def graphLine(txt):
|
def graphLine(txt):
|
||||||
fp.write("\t%s;\n" % (txt))
|
fp.write("\t%s;\n" % (txt))
|
||||||
print txt # DEBUG ONLY
|
|
||||||
|
|
||||||
def setAttr(atxt,EdgeNodeDefAll=ALL):
|
def setAttr(atxt,EdgeNodeDefAll=ALL):
|
||||||
if EdgeNodeDefAll == ALL:
|
if EdgeNodeDefAll == ALL:
|
||||||
|
Loading…
Reference in New Issue
Block a user