diff options
author | Priit Laes <plaes@svn.gnome.org> | 2007-11-01 00:50:56 +0800 |
---|---|---|
committer | Priit Laes <plaes@src.gnome.org> | 2007-11-01 00:50:56 +0800 |
commit | 8380ba35f763bccfa09019241504da7df5557b5e (patch) | |
tree | d7b09ada5bb76c691a9e57a819598429d871f571 /addressbook/gui | |
parent | 8bc7363c66a00172f3240546df62f932cac4cafe (diff) | |
download | gsoc2013-evolution-8380ba35f763bccfa09019241504da7df5557b5e.tar.gz gsoc2013-evolution-8380ba35f763bccfa09019241504da7df5557b5e.tar.zst gsoc2013-evolution-8380ba35f763bccfa09019241504da7df5557b5e.zip |
Remove debugging output.
2007-10-31 Priit Laes <plaes@svn.gnome.org>
* addressbook/gui/widgets/eab-vcard-control.c: Remove debugging output.
svn path=/trunk/; revision=34472
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/widgets/eab-vcard-control.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |