Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Debug|libgui: Commented out a debug message
  • Loading branch information
skyjake committed Mar 22, 2014
1 parent a0e4f7f commit 033b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libgui/src/gltarget.cpp
Expand Up @@ -376,7 +376,7 @@ DENG2_OBSERVES(Asset, Deletion)
#ifdef _DEBUG
if(!flags.testFlag(Changed))
{
qDebug() << "GLTarget: " << fbo << "being updated from proxy without Changed flag (!)";
//qDebug() << "GLTarget: " << fbo << "being updated from proxy without Changed flag (!)";
}
#endif

Expand Down

0 comments on commit 033b77b

Please sign in to comment.