mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:44:26 +02:00
Remove debugging code.
This commit is contained in:
parent
5d9ee84e63
commit
6a987391d2
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue