Skip to content
Snippets Groups Projects
Commit eb31d9d8 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1448] Take off these ugly debug messages

parent 591f70a6
Branches
Tags
No related merge requests found
......@@ -1051,7 +1051,7 @@ ManagerImpl::ringtone()
AudioLoop*
ManagerImpl::getTelephoneTone()
{
_debug("ManagerImpl::getTelephoneTone()\n");
// _debug("ManagerImpl::getTelephoneTone()\n");
if(_telephoneTone != 0) {
ost::MutexLock m(_toneMutex);
return _telephoneTone->getCurrentTone();
......@@ -1064,7 +1064,7 @@ ManagerImpl::getTelephoneTone()
AudioLoop*
ManagerImpl::getTelephoneFile()
{
_debug("ManagerImpl::getTelephoneFile()\n");
// _debug("ManagerImpl::getTelephoneFile()\n");
ost::MutexLock m(_toneMutex);
if(_audiofile.isStarted()) {
return &_audiofile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment