Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehenke committed Jun 10, 2024
1 parent cc2ad8e commit 2767659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ptychodus/ptychodus_bdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ def main() -> int:
if args.number_of_gpus is not None:
logger.warning('Number of GPUs is not implemented yet!') # TODO

print(args)

with ModelCore(Path(args.settings.name), isDeveloperModeEnabled=args.dev) as model:
model.workflowAPI.openPatterns(Path(args.patterns_file_path.name),
cropCenter=cropCenter,
Expand Down

0 comments on commit 2767659

Please sign in to comment.