Skip to content

Commit

Permalink
remove a print
Browse files Browse the repository at this point in the history
  • Loading branch information
dapineyro committed Jan 15, 2025
1 parent d3173fd commit 3f68d0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudos/clos.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ def get_curated_workflow_list(self, workspace_id, get_all=True, page=1, verify=T
"{}/api/v3/workflows?search=&groups[]=curated&page={}&teamId={}".format(
self.cloudos_url, page, workspace_id),
headers=headers, verify=verify)
print(page)
if r.status_code >= 400:
raise BadRequestException(r)
content = json.loads(r.content)
Expand Down

0 comments on commit 3f68d0f

Please sign in to comment.