Skip to content

Commit

Permalink
CTX-6271: Removed debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdant36 authored Aug 7, 2024
1 parent 4e57387 commit 316fa6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coretex/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ def loadConfig() -> Dict[str, Any]:
content = configFile.read()
try:
config: Dict[str, Any] = json.loads(content)
print("ucitan kako treba")
except json.JSONDecodeError as exc:
print(exc)
logging.getLogger("cli").debug(
f"Failed to load corrupted config file. Content: {content}. Exception: {exc}", exc_info = exc
)
Expand Down

0 comments on commit 316fa6d

Please sign in to comment.