remove exit func originally for debugging

This commit is contained in:
HappyZ 2019-05-23 20:37:29 -05:00
parent a07fc79824
commit 3c42d1f96d
1 changed files with 0 additions and 2 deletions

View File

@ -156,8 +156,6 @@ def generateData(floormap, tx_locs, args):
with open("{}_{}_floormap.pickle".format(fp_base, int(power)), 'wb') as f:
pickle.dump([loss_p, loss_r, orient], f, pickle.HIGHEST_PROTOCOL)
sys.exit()
def getFloormap(args):
'''