Remove leftover debug spew

This commit is contained in:
Matthias Clasen 2019-05-30 08:19:08 -04:00
parent d71bf4d35c
commit 2f37207487

View File

@ -197,7 +197,6 @@ needs_explicit_setting (GParamSpec *pspec,
strcmp (pspec->name, props[k].property) == 0 &&
kind == props[k].kind)
{
g_print ("explicit: %s::%s\n", class_name, pspec->name);
found = TRUE;
break;
}