Skip to content

Commit 650701b

Browse files
Debug_print_4
1 parent d526e75 commit 650701b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/preprocessing/preprocessing_mdk3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ def write_config_files(self,
351351
Utils.search_and_replace(config_file, "SRATE", f"{spill_rate:08.2f}")
352352
# oil characteristics
353353
print("DEBUG: Replacing oil type")
354-
print(f" OIL={self.config['input_files']['oil']['type']}, OIL_TYPE={self.config['input_files']['oil']['value']}")
355354
Utils.search_and_replace(config_file, "APIOT", f"{oil_api}")
356355
# number of slicks
357356
Utils.search_and_replace(config_file, "N_SLICK", f"{number_slick}")

0 commit comments

Comments
 (0)