Skip to content

Commit f8756eb

Browse files
committed
remove debug script
1 parent b2f36fe commit f8756eb

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
@@ -1461,9 +1461,6 @@ def calculate_monitor_semaphore_hash(params: SimulationParams):
14611461
combined_string = "".join(sorted(json_string_list))
14621462
hasher = hashlib.sha256()
14631463
hasher.update(combined_string.encode("utf-8"))
1464-
1465-
print("hahaha1", combined_string)
1466-
print("hahaha2", hasher.hexdigest())
14671464
return hasher.hexdigest()
14681465

14691466

0 commit comments

Comments
 (0)