aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--addressbook/gui/widgets/eab-vcard-control.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cfae2b1091..f06c7f4ddb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-31 Priit Laes <plaes@svn.gnome.org>
+
+ * addressbook/gui/widgets/eab-vcard-control.c: Remove debugging output.
+
2007-10-29 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.21.1 release.
diff --git a/addressbook/gui/widgets/eab-vcard-control.c b/addressbook/gui/widgets/eab-vcard-control.c
index 0074d36567..678a841be9 100644
--- a/addressbook/gui/widgets/eab-vcard-control.c
+++ b/addressbook/gui/widgets/eab-vcard-control.c
@@ -261,8 +261,6 @@ eab_vcard_control_new (void)
EABVCardControl *vcard_control = g_new (EABVCardControl, 1);
- printf ("inside eab_vcard_control_new\n");
-
vcard_control->card_list = NULL;
vcard_control->display = NULL;
vcard_control->label = NULL;