Skip to content

Commit 2479c58

Browse files
fix: fix logs...
1 parent 96fac64 commit 2479c58

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/plugin/manager/ec2/snapshot_manager.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,10 @@ def create_cloud_service(self, region, options, secret_data, schema):
6666
}
6767
)
6868

69-
print(type(raw.get("StartTime")))
7069
self._update_times(raw)
71-
print(raw.get("StartTime"))
72-
print(type(raw.get("StartTime")))
7370

7471
snapshot_vo = raw
7572

76-
print(type(snapshot_vo.get("StartTime")))
77-
print(f"DATA : {snapshot_vo}")
78-
7973
resource_id = snapshot_vo.get("arn", "")
8074
snapshot_id = snapshot_vo.get("SnapshotId", "")
8175
link = f"https://console.aws.amazon.com/ec2/v2/home?region={region}#Snapshots:visibility=owned-by-me;snapshotId={snapshot_id};sort=snapshotId"

0 commit comments

Comments
 (0)