]> git.itanic.dy.fi Git - rrdd/commit
parser: Remove old debug print
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Wed, 27 Jun 2012 15:29:14 +0000 (18:29 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Wed, 27 Jun 2012 19:43:07 +0000 (22:43 +0300)
commit661b5887d0622e344012e1b50fd8aab5ff26af51
treec88bcb970289b3032862bf0630b94c6e22afefa8
parentbe6ca816aa5a6e0edfaac2c6970b27ba991e8d6d
parser: Remove old debug print

All debug prints should use the pr_* variants instead of printf
directly. This one print in question is not very useful, so it can be
removed altogether.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
parser.c