Skip to content

Commit

Permalink
Merge branch 'improvelogs' into 'main'
Browse files Browse the repository at this point in the history
Remove "Not converting empty JSON" message

See merge request stratosphere/cloudpub!105
  • Loading branch information
JAVGan committed Jun 24, 2024
2 parents 4d52dd2 + 53620ad commit a116215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudpub/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def from_json(cls, json: Any):
The converted object from JSON.
"""
if not json:
log.debug("Not converting an empty JSON.")
return

# Ensure it's a dictionary
Expand Down

0 comments on commit a116215

Please sign in to comment.