Skip to content

Commit

Permalink
Fix: remove not usefull logger.info
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Jun 19, 2024
1 parent 6fcd1e3 commit fe84521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aleph/sdk/client/vmclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ async def notify_allocation(self, vm_id) -> Tuple[Any, str]:

async def manage_instance(self, vm_id, operations):
for operation in operations:
logger.info(f"Performing operation: {operation}")
status, response = await self.perform_operation(vm_id, operation)
if status != 200:
return status, response
Expand Down

0 comments on commit fe84521

Please sign in to comment.