Skip to content

Commit

Permalink
ci: removes debug check
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jul 6, 2023
1 parent 997ebbc commit 8fbfb3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/horde_sdk/ai_horde_api/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
if os.environ.get("HORDE_URL", None):
AI_HORDE_BASE_URL = os.environ["HORDE_URL"]

if __debug__:
AI_HORDE_BASE_URL = "http://localhost:7001/api/"

if os.environ.get("HORDE_URL_DEBUG", None):
AI_HORDE_BASE_URL = os.environ["HORDE_URL_DEBUG"]

Expand Down

0 comments on commit 8fbfb3d

Please sign in to comment.