Remove sloppy printf (my own stupid fault)

This commit is contained in:
Dave Smith 2009-04-23 10:21:03 -06:00
parent 450fc4addb
commit 83d278b0dd

View file

@ -1605,7 +1605,6 @@ static void bdb_errcall(const DB_ENV* dbenv, const char* errpfx, const char* msg
static void bdb_msgcall(const DB_ENV* dbenv, const char* msg)
{
printf("msgcall: %s\n", msg);
READ_LOCK(G_LOG_RWLOCK);
if (G_LOG_PORT)
{