From 27676593489db6580958aabac89e597aabed1b0d Mon Sep 17 00:00:00 2001 From: Steve Henke Date: Mon, 10 Jun 2024 14:54:33 -0500 Subject: [PATCH] remove debug statement --- ptychodus/ptychodus_bdp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ptychodus/ptychodus_bdp.py b/ptychodus/ptychodus_bdp.py index 6ffab04a..85c6f1c4 100755 --- a/ptychodus/ptychodus_bdp.py +++ b/ptychodus/ptychodus_bdp.py @@ -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,