1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 00:12:06 +02:00

* Remove spammy debug.

This commit is contained in:
Christian Muehlhaeuser 2014-09-21 17:22:03 +02:00
parent fb748645be
commit e77b091c4d

View File

@ -258,7 +258,6 @@ void GridView::wheelEvent( QWheelEvent* e )
QSize
GridView::minimumSizeHint() const
{
tDebug() << Q_FUNC_INFO << m_sizeHint;
if ( !m_sizeHint.isEmpty() )
return m_sizeHint;
@ -269,7 +268,6 @@ GridView::minimumSizeHint() const
QSize
GridView::sizeHint() const
{
tDebug() << Q_FUNC_INFO << m_sizeHint;
if ( !m_sizeHint.isEmpty() )
return m_sizeHint;