Skip to content

Commit

Permalink
deleting print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
emdavis02 committed Jul 9, 2024
1 parent ff706d8 commit beb5e1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sleap/nn/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -5516,7 +5516,6 @@ def main(args: Optional[list] = None):
# if output path was not provided, create an output path
if output_path is not None:
output_path_obj = Path(output_path)
print(Path(output_path).exists())
if (
output_path_obj.exists()
and output_path_obj.is_file()
Expand Down

0 comments on commit beb5e1e

Please sign in to comment.