builder: Remove leftover debug spew

tingping/wmclass
Alexander Larsson 2016-01-19 13:08:15 +01:00
parent 2f3e790651
commit 1a4f257cbd
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ get_ref (BuilderCache *self, const char *stage)
g_string_append_printf (s, "%x", c);
}
g_print ("-> %s\n", s->str);
return g_string_free (s, FALSE);
}