Remove more qa stuff

This commit is contained in:
Ai Lin Chia
2016-07-26 13:57:09 +02:00
parent 37d203f540
commit b0fa2eb0cc

@ -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;