Bugger! another printf left in the code.

This commit is contained in:
Adam Sutton 2012-06-26 14:23:49 +01:00
parent f0e0181b24
commit 425e9f7f87

View file

@ -223,7 +223,6 @@ hts_settings_buildpath(char *dst, size_t dstsize, const char *fmt, va_list ap)
*n = '_';
n++;
}
printf("hts_settings_buildpath(): %s => %s\n", fmt, dst);
return 0;
}