From 076624a0f93629c9bbebb3d0fc69c3889f56ff1a Mon Sep 17 00:00:00 2001 From: Sarath Menon Date: Tue, 20 Feb 2024 17:08:40 +0100 Subject: [PATCH] fix ts mode --- calphy/phase.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/calphy/phase.py b/calphy/phase.py index e607398..fd4aeb4 100644 --- a/calphy/phase.py +++ b/calphy/phase.py @@ -56,11 +56,6 @@ def __init__(self, calculation=None, simfolder=None, log_to_screen=False): logfile = os.path.join(self.simfolder, "calphy.log") self.logger = ph.prepare_log(logfile, screen=log_to_screen) - self.logger.info("---------------input file----------------") - self.logger.info("commented out as causes crash when we're expanding the T range after a fail run") - # self.logger.info(yaml.safe_dump(self.calc.to_dict())) - self.logger.info("------------end of input file------------") - if self.calc._pressure is None: pressure_string = "None" else: