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 d8648c5 commit 4a0828dCopy full SHA for 4a0828d
1 file changed
rplugin/python3/acid/session.py
@@ -67,7 +67,6 @@ def send(self, url, data, handlers):
67
log.log_info('sending data -> {}', str(data))
68
69
for handler in handlers:
70
- log.log_info('passing data to handler {}', str(handler))
71
handler.pre_send(data)
72
73
try:
0 commit comments