diff options
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r-- | my-evolution/e-summary.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 0de680557a..40518b5eb5 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -543,7 +543,6 @@ e_summary_add_protocol_listener (ESummary *summary, g_return_if_fail (listener != NULL); if (summary->priv->protocol_hash == NULL) { - g_print ("Creating\n"); summary->priv->protocol_hash = g_hash_table_new (g_str_hash, g_str_equal); old = NULL; |