Remove debugging code.

This commit is contained in:
Howard Stearns 2016-02-23 10:55:36 -08:00
parent 5d9ee84e63
commit 6a987391d2

View file

@ -135,7 +135,6 @@ bool AudioInjectorManager::wouldExceedLimits() { // Should be called inside of a
<< MAX_INJECTORS_PER_THREAD << "current audio injectors.";
return true;
}
qDebug() << "current injectors:" << _injectors.size();
return false;
}