Skip to content

Commit fe84521

Browse files
committed
Fix: remove not usefull logger.info
1 parent 6fcd1e3 commit fe84521

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aleph/sdk/client/vmclient.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ async def notify_allocation(self, vm_id) -> Tuple[Any, str]:
146146

147147
async def manage_instance(self, vm_id, operations):
148148
for operation in operations:
149-
logger.info(f"Performing operation: {operation}")
150149
status, response = await self.perform_operation(vm_id, operation)
151150
if status != 200:
152151
return status, response

0 commit comments

Comments
 (0)