1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

o Remove an old debug statement

This commit is contained in:
Joe Thornber 2001-11-21 18:24:22 +00:00
parent 897058e5c6
commit 70ec07dd37

View File

@ -34,8 +34,6 @@ static void _default_log(int level, const char *file, int line,
{
va_list ap;
//fprintf(stderr, "%s:%d ", file, line);
va_start(ap, f);
vfprintf(stderr, f, ap);
va_end(ap);