Skip to content

Commit

Permalink
fixup! Added the ArkaneSpecies class
Browse files Browse the repository at this point in the history
removed debugging logging
  • Loading branch information
alongd committed Jan 8, 2019
1 parent 8c4c3db commit 2d0e7d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arkane/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def save_yaml(self, path):
content = yaml.dump(data=self.as_dict(), Dumper=Dumper)
# remove empty lines from the file (multi-line strings have excess new line brakes for some reason):
content = content.replace('\n\n', '\n')
logging.info(content)
with open(full_path, 'w') as f:
f.write(content)
logging.debug('Dumping species {0} data as {1}'.format(self.label, filename))
Expand Down

0 comments on commit 2d0e7d3

Please sign in to comment.