Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoracle committed Jun 29, 2021
1 parent 61be295 commit ae085d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c3/optimizers/c3.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def log_setup(self) -> None:
)
self.logdir = log_setup(self.__dir_path, run_name)
self.logname = "model_learn.log"
# shutil.copy2(self.__real_model_folder, self.logdir)

def read_data(self, datafiles: Dict[str, str]) -> None:
"""
Expand Down

0 comments on commit ae085d4

Please sign in to comment.