Skip to content

Commit

Permalink
removing unncessary logger
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanguptaa committed Sep 27, 2024
1 parent 5c4740a commit 7f48ffb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phi/workspace/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ def setup_workspace(ws_root_path: Path, team: Optional[str] = None) -> bool:
params = {"workspace_url": ws_schema.ws_name}
data = {"user": {"id_user": phi_config.user.id_user, "email": phi_config.user.email}}
response = requests.post(url, params=params, json=data, headers=headers)
logger.info(response.json())
if response.status_code == 200:
print_info(f"New API Key created for workspace: {ws_schema.ws_name}")
else:
Expand Down

0 comments on commit 7f48ffb

Please sign in to comment.