* mu-stored-read.cc: don't do excessive logging

This commit is contained in:
djcb
2012-04-01 12:29:44 +03:00
parent f11160aece
commit aa952aa430

View File

@ -163,10 +163,6 @@ mu_store_contains_message (MuStore *store, const char* path, GError **err)
try {
const std::string term (store->get_uid_term(path));
MU_WRITE_LOG ("term exists? '%s': %s", term.c_str(),
store->db_read_only()->term_exists (term) ? "yes" : "no");
return store->db_read_only()->term_exists (term) ? TRUE: FALSE;
} MU_XAPIAN_CATCH_BLOCK_G_ERROR_RETURN(err, MU_ERROR_XAPIAN, FALSE);