Skip to content

Commit a116215

Browse files
committed
Merge branch 'improvelogs' into 'main'
Remove "Not converting empty JSON" message See merge request stratosphere/cloudpub!105
2 parents 4d52dd2 + 53620ad commit a116215

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cloudpub/models/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def from_json(cls, json: Any):
5353
The converted object from JSON.
5454
"""
5555
if not json:
56-
log.debug("Not converting an empty JSON.")
5756
return
5857

5958
# Ensure it's a dictionary

0 commit comments

Comments
 (0)