Skip to content

Commit 441df7d

Browse files
author
Evan Roman
committed
fix
1 parent 309d467 commit 441df7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azure/functions/_jsonutils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def loads(self, s: Union[str, bytes, bytearray]) -> Any:
4141

4242
try:
4343
json_impl: JsonInterface = OrJsonAdapter()
44-
logging.info("Using orjson as the JSON backend")
4544
except ImportError:
4645
json_impl = StdJsonAdapter()
4746

0 commit comments

Comments
 (0)