]> granicus.if.org Git - curl/commit
multi: remove a DEBUGF()
authorDaniel Stenberg <daniel@haxx.se>
Fri, 1 Jun 2018 10:55:41 +0000 (12:55 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Jun 2018 10:55:41 +0000 (12:55 +0200)
commit923ce4a5909aa7ef1379aa93c6eabcc9a225dd4e
treead18900cb7e1f3df9fb321c555bc840960bcbdb2
parentf66d97b677d114733f6b938d54ce7502d6aff214
multi: remove a DEBUGF()

... it might call infof() with a NULL first argument that isn't harmful
but makes it not do anything. The infof() line is not very useful
anymore, it has served it purpose. Good riddance!

Fixes #2627
lib/multi.c