widget: Remove leftover debug statement

Seems we didn't hit this very often. :)
This commit is contained in:
Benjamin Otte 2013-01-08 16:10:30 +01:00
parent b495ce5446
commit ad723bd9a9

View File

@ -4818,10 +4818,7 @@ gtk_widget_size_allocate (GtkWidget *widget,
g_return_if_fail (GTK_IS_WIDGET (widget));
if (!priv->visible)
{
g_print ("woot, invisible widget allocated!\n");
return;
}
return;
gtk_widget_push_verify_invariants (widget);