removing debug function

This commit is contained in:
2014-09-02 22:41:06 +02:00
parent 93d4ec28cf
commit 5fb3c8a32c

View File

@@ -321,11 +321,7 @@ function joinChan(sChanName, bFirstConn, asAttendees, bSwitchOnJoin)
'join_chan',
function(data)
{
debug(data);
if(data.result == databap.consts.error)
{
databap.feedback('error', data.desc);
}
if(data.result == databap.consts.error) databap.feedback('error', data.desc);
else
{
//Add to channels list