Skip to content

Commit 2677a68

Browse files
committed
update
1 parent 53b6f99 commit 2677a68

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<enclave-aws.version>2.1.0</enclave-aws.version>
2323
<enclave-azure.version>2.1.0</enclave-azure.version>
2424
<enclave-gcp.version>2.1.0</enclave-gcp.version>
25-
<uid2-shared.version>8.1.10</uid2-shared.version>
25+
<uid2-shared.version>8.1.15</uid2-shared.version>
2626
<image.version>${project.version}</image.version>
2727
<maven.compiler.source>21</maven.compiler.source>
2828
<maven.compiler.target>21</maven.compiler.target>

scripts/aws/ec2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ def __kill_auxiliaries(self) -> None:
291291
parser = argparse.ArgumentParser(description="Manage EC2-based confidential compute workflows.")
292292
parser.add_argument("-o", "--operation", choices=["stop", "start"], default="start", help="Operation to perform.")
293293
args = parser.parse_args()
294-
295-
logging.basicConfig(level=logging.INFO)
296294

297295
try:
298296
ec2 = EC2EntryPoint()

0 commit comments

Comments
 (0)