From c7c7041c1b79ffb27647d74a6a345dfcfbf9f190 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Mon, 14 May 2007 22:30:37 -0700 Subject: [PATCH] Debugging message cleanup. --- localdb.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/localdb.cc b/localdb.cc index 4ab8283..733babd 100644 --- a/localdb.cc +++ b/localdb.cc @@ -105,8 +105,6 @@ ObjectReference LocalDb::FindObject(const string &checksum, int64_t size) rc = sqlite3_step(stmt); if (rc == SQLITE_DONE) { } else if (rc == SQLITE_ROW) { - printf("Can re-use block: %s/%s\n", - sqlite3_column_text(stmt, 0), sqlite3_column_text(stmt, 1)); ref = ObjectReference((const char *)sqlite3_column_text(stmt, 0), (const char *)sqlite3_column_text(stmt, 1)); } else { -- 2.20.1