Skip to content

Commit

Permalink
chore: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Aug 20, 2024
1 parent 8a8e675 commit 138c553
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions operate/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,14 +504,6 @@ async def _create_services(request: Request) -> JSONResponse:
if operate.password is None:
return USER_NOT_LOGGED_IN_ERROR
template = await request.json()

print("!!!!!!!!!!!!!!!!")
from icecream import ic

ic(template)
print(template)
import sys

manager = operate.service_manager()
if len(manager.json) > 0:
old_hash = manager.json[0]["hash"]
Expand Down

0 comments on commit 138c553

Please sign in to comment.