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