From 7f48ffbaa5dcd00c32ffca880e959565ae8400f2 Mon Sep 17 00:00:00 2001 From: Manthan Gupta Date: Fri, 27 Sep 2024 15:45:34 +0530 Subject: [PATCH] removing unncessary logger --- phi/workspace/operator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/phi/workspace/operator.py b/phi/workspace/operator.py index 43043f00be..2f02d9ec70 100644 --- a/phi/workspace/operator.py +++ b/phi/workspace/operator.py @@ -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: