Skip to content

Commit 18bf7f6

Browse files
committed
remove print
1 parent 6b0bb4d commit 18bf7f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autointent/_callbacks/wandb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def log_final_metrics(self, metrics: dict[str, Any]) -> None:
112112
}
113113

114114
try:
115-
print(metrics)
116115
config = metrics["configs"]
117116
self.wandb.init(config=config, **wandb_run_init_args)
118117
self.wandb.log(metrics)

0 commit comments

Comments
 (0)