Skip to content

Commit

Permalink
dvbliveview: remove an extra debug message
Browse files Browse the repository at this point in the history
changeset f870a91 ("dvbliveview: Update the URL
depending of the timeshift status") introduced an extra
temporary log message:
	qInfo() << "DvbLiveViewInternal::DvbLiveViewInternal";

Remove it to not polute the logs with trash.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
  • Loading branch information
mchehab committed May 31, 2016
1 parent e0cd6e3 commit e25c734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dvb/dvbliveview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ void DvbLiveView::updatePids(bool forcePatPmtUpdate)
DvbLiveViewInternal::DvbLiveViewInternal(QObject *parent) : QObject(parent), mediaWidget(NULL),
readFd(-1), writeFd(-1)
{
qInfo() << "DvbLiveViewInternal::DvbLiveViewInternal";
fileName = QStandardPaths::writableLocation(QStandardPaths::DataLocation) + QLatin1String("/dvbpipe.m2t");
QFile::remove(fileName);

Expand Down

0 comments on commit e25c734

Please sign in to comment.