Skip to content

Commit 69b1f7c

Browse files
author
shimwell
committed
removed print statement
1 parent 1167386 commit 69b1f7c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

parametric_plasma_source/plasma.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,8 +813,6 @@ def export_plasma_source(self, output_filename):
813813

814814
temp_folder = Path(tempfile.mkdtemp())
815815

816-
print('temp_folder', temp_folder)
817-
818816
Path(output_filename).parent.mkdir(parents=True, exist_ok=True)
819817

820818
editted_plasma_make_file = self.plasma_make_file.replace('OPENMC_DIR = /opt/openmc', 'OPENMC_DIR = '+self.openmc_install_directory)

0 commit comments

Comments
 (0)