aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 84fabab15..67400748d 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -797,7 +797,6 @@ window_cmd_set_charset (BonoboUIComponent *uic,
embed = ephy_window_get_active_embed (window);
g_return_if_fail (embed != NULL);
- g_print (data->encoding);
ephy_embed_set_charset (embed, data->encoding);
}