diff --git a/src/mu-util-xapian.cc b/src/mu-util-xapian.cc index f4b93795..8604a283 100644 --- a/src/mu-util-xapian.cc +++ b/src/mu-util-xapian.cc @@ -20,7 +20,6 @@ #include "config.h" #include - #include #include @@ -42,10 +41,6 @@ mu_util_xapian_db_version (const gchar *xpath) const std::string version (db.get_metadata (MU_XAPIAN_VERSION_KEY)); - MU_WRITE_LOG ("database version: '%s', expected '%s'", - version.empty() ? "" : version.c_str(), - MU_XAPIAN_DB_VERSION); - return version.empty() ? NULL : g_strdup (version.c_str()); } MU_XAPIAN_CATCH_BLOCK;