diff --git a/src/core/toxcall.cpp b/src/core/toxcall.cpp index f912c281d..e2d837bbb 100644 --- a/src/core/toxcall.cpp +++ b/src/core/toxcall.cpp @@ -17,8 +17,6 @@ ToxCall::ToxCall(uint32_t CallId) : sendAudioTimer{new QTimer}, callId{CallId}, inactive{true}, muteMic{false}, muteVol{false}, alSource{0} { - qCritical() << "CREATED CALL "<setInterval(5); sendAudioTimer->setSingleShot(true); @@ -54,9 +52,6 @@ ToxCall::ToxCall(ToxCall&& other) ToxCall::~ToxCall() { - if (callId != (uint32_t)(int32_t)-1) - qCritical() << "DELETED CALL "<isExpanding(); if (videoSurface->isExpanding()) { int width = videoSurface->height() * videoSurface->getRatio(); videoSurface->setMinimumWidth(width); videoSurface->setMaximumWidth(width); - qDebug() << videoSurface->minimumWidth(); } }