Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lepisma committed Nov 30, 2023
1 parent 4d6f105 commit b059952
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ccb/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def load_users_from_user_group(client: slack.WebClient, user_group: str) -> List
u = client.users_info(user=i)["user"]
users.append(User(u["id"], u["real_name"], u["tz"]))

breakpoint()
return users


Expand Down

0 comments on commit b059952

Please sign in to comment.