1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

Remove unnecessary debug

This commit is contained in:
Leo Franchi 2012-07-14 00:31:09 -04:00
parent 4eb3359422
commit bd0e347281

View File

@ -609,7 +609,6 @@ SourceTreeView::dragEnterEvent( QDragEnterEvent* event )
m_dropRect = QRect();
m_dropIndex = QPersistentModelIndex();
qDebug() << Q_FUNC_INFO << "Accepting Drag Event";
event->setDropAction( Qt::CopyAction );
event->acceptProposedAction();
}