Skip to content

Commit c4f2276

Browse files
committed
Remove print.
1 parent b573d97 commit c4f2276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lensless/recon/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def __init__(
634634
Epoch at which to unfreeze post process component. Default is None.
635635
636636
"""
637-
global print
637+
# global print
638638

639639
self.use_wandb = use_wandb
640640

0 commit comments

Comments
 (0)