summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtmap2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmap b/tmap
index e5476ee..b9473ba 100755
--- a/tmap
+++ b/tmap
@@ -235,8 +235,6 @@ def main():
if OUTFILE != "empty_outfile":
print("Results written to {}".format(OUTFILE))
f.close()
- ## We are done here
- exit()
if __name__ == "__main__":
main()