remove kwargs from logging
This commit is contained in:
parent
553a5cd62d
commit
62d37adc6a
@ -175,10 +175,7 @@ class StepwiseMathWPOAuth2(BaseOAuth2):
|
|||||||
})
|
})
|
||||||
|
|
||||||
if VERBOSE_LOGGING:
|
if VERBOSE_LOGGING:
|
||||||
logger.info("user_data() url: {url}, kwargs={kwargs}".format(
|
logger.info("user_data() url: {url}".format(url=url))
|
||||||
url=url,
|
|
||||||
kwargs=json.dumps(kwargs, sort_keys=True, indent=4)
|
|
||||||
))
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
response = json.loads(self._urlopen(url))
|
response = json.loads(self._urlopen(url))
|
||||||
|
Loading…
Reference in New Issue
Block a user