Skip to content

Commit

Permalink
remove old debugging statement
Browse files Browse the repository at this point in the history
Embarrassing. Thanks to Ben Anderson for pointing this out.

https://groups.google.com/forum/#!topic/partitionfinder/MSdcgxJ415w
  • Loading branch information
roblanf committed Mar 18, 2016
1 parent 2d28e48 commit a307ab8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions partfinder/subset.py
Expand Up @@ -284,8 +284,6 @@ def parse_model_result(self, cfg, model):
pth, tree_path = cfg.processor.make_output_path(
self.alignment_path, model)

print("Lokking for pth: %s", pth)

if not os.path.exists(pth):
# If it ain't there, we can't do it
return
Expand Down

0 comments on commit a307ab8

Please sign in to comment.