Remove left-over debugginng code

Commented out, but should be removed anyway.
This commit is contained in:
Magnus Hagander
2017-05-02 10:44:55 +02:00
parent afe95ae2fd
commit ad33b3bb50

View File

@ -88,5 +88,3 @@ else:
pickle.dump(allnodes, f)
f.close()
os.rename(sys.argv[2] + ".tmp", sys.argv[2])
#pprint(allnodes)