Remove debugging printf(). Whoops.

svn path=/trunk/netsurf/; revision=3391
This commit is contained in:
Rob Kendrick 2007-07-09 13:51:08 +00:00
parent 6002c9d217
commit b35e923aea

View File

@ -855,6 +855,5 @@ gboolean nsgtk_scaffolding_is_busy(nsgtk_scaffolding *scaffold)
void nsgtk_scaffolding_popup_menu(nsgtk_scaffolding *g, guint button) void nsgtk_scaffolding_popup_menu(nsgtk_scaffolding *g, guint button)
{ {
printf("foo.\n");
gtk_menu_popup(g->popup_menu, NULL, NULL, NULL, NULL, button, 0); gtk_menu_popup(g->popup_menu, NULL, NULL, NULL, NULL, button, 0);
} }