Skip to content

Commit 60a4d9f

Browse files
committed
remove debug script
1 parent 0b9af05 commit 60a4d9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flow360/component/simulation/translator/solver_translator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,9 +1454,6 @@ def calculate_monitor_semaphore_hash(params: SimulationParams):
14541454
combined_string = "".join(sorted(json_string_list))
14551455
hasher = hashlib.sha256()
14561456
hasher.update(combined_string.encode("utf-8"))
1457-
1458-
print("hahaha1", combined_string)
1459-
print("hahaha2", hasher.hexdigest())
14601457
return hasher.hexdigest()
14611458

14621459

0 commit comments

Comments
 (0)