Skip to content

Commit

Permalink
Update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Dec 12, 2023
1 parent 0f39fc0 commit 55080ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arrakis/cutout.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ def cutout(
"""
logger.setLevel(logging.INFO)

logger.info(f"Timwashere - {cutout_args.image=}")

outdir = os.path.abspath(cutout_args.outdir)

ret = []
Expand Down Expand Up @@ -297,7 +295,6 @@ def get_args(
stoke=stoke.lower(),
)
)
logger.info(f"{args=}")
return args


Expand Down

0 comments on commit 55080ab

Please sign in to comment.