Skip to content

Commit

Permalink
Remove extraneous print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Foley <[email protected]>
  • Loading branch information
psfoley committed Jun 6, 2024
1 parent 2d7d5d1 commit ded58ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openfl/interface/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def initialize(context, plan_config, cols_config, data_config,
echo(f'{p} is out of the openfl workspace scope.')
sys.exit(1)

logger.info("input shape = {input_shape}")

plan_config = Path(plan_config).absolute()
cols_config = Path(cols_config).absolute()
data_config = Path(data_config).absolute()
Expand Down

0 comments on commit ded58ca

Please sign in to comment.