remove kwargs from logging
This commit is contained in:
		@@ -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))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user