File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -254,11 +254,11 @@ def send(self, **kwargs):
254
254
255
255
payload = self ._translate_keys (** kwargs )
256
256
data = json .dumps (payload )
257
- # payload log dumping was added per request from Steve from Sparkpost support,
258
- # during debugging of DKIM signature validation problem with some messages
259
- # Case ID# 203488
260
- # Payload dumping can be disabled with usual python logging configuration
261
- logging .debug ("Payload data: %s" , data )
257
+ # payload log dumping was added per request from Steve from Sparkpost
258
+ # support, during debugging of DKIM signature validation problem with
259
+ # some messages Case ID# 203488
260
+ # Payload dumping can be disabled with usual python log configuration
261
+ log .debug ("Payload data: %s" , data )
262
262
results = self .request ('POST' , self .uri , data = data )
263
263
return results
264
264
You can’t perform that action at this time.
0 commit comments