Setting show errors to false by default in Spicemanager

Removed debugging printouts
This commit is contained in:
Anton Arbring
2015-04-22 21:43:54 -04:00
parent 7913c74760
commit 9226dd2d6b
2 changed files with 1 additions and 3 deletions

View File

@@ -674,7 +674,7 @@ private:
std::map<int, std::set<double> > _ckCoverageTimes;
std::map<int, std::set<double> > _spkCoverageTimes;
const static bool _showErrors = true;
const static bool _showErrors = false;
/// The last assigned kernel-id, used to determine the next free kernel id
KernelIdentifier _lastAssignedKernel;