Skip to content

Commit

Permalink
fix: Remove unnecessary print statements related to sentry-sdk initia…
Browse files Browse the repository at this point in the history
…lization
  • Loading branch information
onuratakan committed Dec 30, 2024
1 parent c486266 commit 0a9a122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpt_computer_assistant/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .remote import Remote_Client
from . import __version__

print("I am on sentry sdk")

import sentry_sdk
sentry_sdk.init(
dsn="https://eed76b3c8eb23bbe1c2f6a796a03f1a9@o4508336623583232.ingest.us.sentry.io/4508556319195136",
Expand All @@ -24,7 +24,7 @@
from .utils.user_id import load_user_id
sentry_sdk.set_user({"id": load_user_id()})

print("Sentry sdk is initialized")




Expand Down

0 comments on commit 0a9a122

Please sign in to comment.