Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Baum <[email protected]>
  • Loading branch information
Yard1 committed Sep 23, 2022
1 parent 2ac7b12 commit f74ef58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pycaret/loggers/dashboard_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def __repr__(self) -> str:
return ", ".join([str(logger) for logger in self.loggers])

def init_loggers(self, exp_name_log, full_name=None):
print("init_loggers")
for logger in self.loggers:
logger.init_experiment(exp_name_log, full_name)

Expand Down Expand Up @@ -205,7 +204,6 @@ def log_experiment(
k.set_index("Description", drop=True, inplace=True)
kdict = k.to_dict()
params = kdict.get("Value")
print("log_experiment")
for logger in self.loggers:
logger.init_experiment(
experiment.exp_name_log, f"{SETUP_TAG} {experiment.USI}"
Expand Down

0 comments on commit f74ef58

Please sign in to comment.