Skip to content

Commit

Permalink
Remove verbose debug line in setBlankScene().
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 3, 2015
1 parent be2cced commit b6bb020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/glwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ void GLWidget::initializeGL()

void GLWidget::setBlankScene()
{
qDebug();
setSource(QmlUtilities::blankVui());
}

Expand Down

0 comments on commit b6bb020

Please sign in to comment.