X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fupgrade%2Fserv_upgrade.c;fp=citadel%2Fmodules%2Fupgrade%2Fserv_upgrade.c;h=12261deb35c7c9271cd24b96db4b2135959a88d1;hb=c10e7d69147159c0f46b6406f25d3fea0732cac6;hp=365147e582d48fa619ed2cf93a1ebd622e2f7b00;hpb=110d19a7389607e9a336456c79c20ba8b916d888;p=citadel.git diff --git a/citadel/modules/upgrade/serv_upgrade.c b/citadel/modules/upgrade/serv_upgrade.c index 365147e58..12261deb3 100644 --- a/citadel/modules/upgrade/serv_upgrade.c +++ b/citadel/modules/upgrade/serv_upgrade.c @@ -526,11 +526,6 @@ void check_server_upgrades(void) { syslog(LOG_INFO, "Existing database version on disk is %d", CtdlGetConfigInt("MM_hosted_upgrade_level")); - - - reindex_uids(); // FIXME FIXME FIXME remove this line after testing - - if (CtdlGetConfigInt("MM_hosted_upgrade_level") < REV_LEVEL) { syslog(LOG_WARNING, "Server hosted updates need to be processed at this time. Please wait..."); }