mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
Remove more qa stuff
This commit is contained in:
@ -1356,15 +1356,7 @@ bool Pages::printCollectionNavBar ( SafeBuf *sb, int32_t page, const char *coll,
|
||||
int32_t numPrinted = 0;
|
||||
bool printMsg = false;
|
||||
|
||||
// if doing qa test don't print out collection names because
|
||||
// they are somewhat random and throw off the diff in qa.cpp
|
||||
int32_t qa = hr->getLong("qa",0);
|
||||
|
||||
for ( int32_t i = 0 ; i < g_collectiondb.m_numRecs ; i++ ) {
|
||||
|
||||
if ( qa )
|
||||
break;
|
||||
|
||||
CollectionRec *cc = g_collectiondb.m_recs[i];
|
||||
if ( ! cc ) continue;
|
||||
|
||||
|
Reference in New Issue
Block a user