Skip to content

Commit

Permalink
Remove debug mode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
h4n0 committed Jan 16, 2025
1 parent a7fdc6e commit f9ab711
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def run_enclave(enclave_name: str) -> Dict:
f"{TEE_CPU_COUNT}",
"--memory",
f"{TEE_MEMORY_IN_MB}",
"--debug-mode",
"--eif-path",
f"{enclave_name}.eif",
]
Expand Down

0 comments on commit f9ab711

Please sign in to comment.