We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309d467 commit 441df7dCopy full SHA for 441df7d
azure/functions/_jsonutils.py
@@ -41,7 +41,6 @@ def loads(self, s: Union[str, bytes, bytearray]) -> Any:
41
42
try:
43
json_impl: JsonInterface = OrJsonAdapter()
44
- logging.info("Using orjson as the JSON backend")
45
except ImportError:
46
json_impl = StdJsonAdapter()
47
0 commit comments