comparison ui/certificatelist.cpp @ 96:37580703a870

Remove verbose debug output
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 21 Mar 2014 10:42:02 +0000
parents 00a93409e93e
children e478deca18f5
comparison
equal deleted inserted replaced
95:b0b1375dfd40 96:37580703a870
14 size_t size = 0; 14 size_t size = 0;
15 15
16 mStatus = read_and_verify_list(fileName, &data, &size); 16 mStatus = read_and_verify_list(fileName, &data, &size);
17 17
18 if (!isValid()) { 18 if (!isValid()) {
19 qDebug() << "Invalid list! " << mStatus;
20 return mStatus; 19 return mStatus;
21 } 20 }
22 21
23 // Take the data into the Qt Universe where memory is plentiful 22 // Take the data into the Qt Universe where memory is plentiful
24 // and CPU's are fast :) 23 // and CPU's are fast :)

http://wald.intevation.org/projects/trustbridge/