* Full text indexer is now switchable on/off
[citadel.git] / citadel / room_ops.c
index cb73a80cd53251e883910e8554ce09803fe56a19..4cc226dc3af00f3532d6f62eff4a8a9ea808894d 100644 (file)
@@ -830,7 +830,6 @@ void usergoto(char *where, int display_result, int transiently,
                cdb_free(cdbfr);
        }
 
-       lprintf(CTDL_DEBUG, " *** START COUNT *** \n");
        total_messages = 0;
        for (a=0; a<num_msgs; ++a) {
                if (msglist[a] > 0L) ++total_messages;
@@ -860,7 +859,6 @@ void usergoto(char *where, int display_result, int transiently,
                        }
                }
        }
-       lprintf(CTDL_DEBUG, " ***  END  COUNT *** \n");
        new_messages = total_messages - old_messages;
 
        if (msglist != NULL) free(msglist);