aboutsummaryrefslogtreecommitdiffstats
path: root/shell/es-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/es-menu.c')
-rw-r--r--shell/es-menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/es-menu.c b/shell/es-menu.c
index 14c02d897c..0af3e1df3f 100644
--- a/shell/es-menu.c
+++ b/shell/es-menu.c
@@ -62,8 +62,6 @@ esm_target_free(EMenu *ep, EMenuTarget *t)
static void
esm_class_init(GObjectClass *klass)
{
- printf("es menu class init\n");
-
klass->finalize = esm_finalise;
((EMenuClass *)klass)->target_free = esm_target_free;
}