From 6dc10f6d3e410544b1068de2565cab2b9b8aa3ec Mon Sep 17 00:00:00 2001 From: "Angelo Mantellini (manangel)" Date: Mon, 24 Apr 2017 18:43:57 +0200 Subject: corrections Change-Id: I07d00ea0d02b044d543a83bca10f8e73a281f90b Signed-off-by: Angelo Mantellini (manangel) --- Input/ICNConnectionConsumerApi.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Input/ICNConnectionConsumerApi.cpp') diff --git a/Input/ICNConnectionConsumerApi.cpp b/Input/ICNConnectionConsumerApi.cpp index 9de82908..d38642e4 100644 --- a/Input/ICNConnectionConsumerApi.cpp +++ b/Input/ICNConnectionConsumerApi.cpp @@ -68,7 +68,6 @@ ICNConnectionConsumerApi::ICNConnectionConsumerApi(double alpha, float beta, flo } if(!configFile) { - qDebug("beta %f, drop %f", this->beta, this->drop); this->myConsumer->setSocketOption(RaaqmTransportOptions::BETA_VALUE, this->beta); this->myConsumer->setSocketOption(RaaqmTransportOptions::DROP_FACTOR, this->drop); } @@ -111,8 +110,6 @@ void ICNConnectionConsumerApi::Init(IChunk *chunk) { memset(this->deezData, 0, this->deezDataSize); } - qDebug("ICN_Connection:\tINTIATED_to_name %s\n", m_name.c_str()); - qDebug("ICN_Connection:\tSTARTING DOWNLOAD %s\n", m_name.c_str()); } void ICNConnectionConsumerApi::InitForMPD(const std::string& url) -- cgit 1.2.3-korg