Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 2, 2014
1 parent 9f78e71 commit 388b79c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doomsday/libappfw/src/widgets/relaywidget.cpp
Expand Up @@ -34,7 +34,6 @@ DENG2_PIMPL(RelayWidget)

void setTarget(GuiWidget *w)
{
qDebug() << thisPublic << "target set to" << w;
if(target) target->audienceForDeletion() -= this;
target = w;
if(target) target->audienceForDeletion() += this;
Expand Down

0 comments on commit 388b79c

Please sign in to comment.