From ea1f540203946579d6f8866d5b3c32bd7a62f54a Mon Sep 17 00:00:00 2001 From: Jesse Pavel Date: Tue, 28 Nov 2000 21:10:23 +0000 Subject: Removed debugging shizz. svn path=/trunk/; revision=6701 --- calendar/ChangeLog | 5 +++++ calendar/gui/e-meeting-edit.c | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index de1f34dde5..325977b6e0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-11-28 Jesse Pavel + + *gui/e-meeting-edit.c: removed some debugging code that I had, + which might have caused problems. + 2000-11-27 Jesse Pavel *gui/calendar-model.c: added a preliminary change to have Assigned diff --git a/calendar/gui/e-meeting-edit.c b/calendar/gui/e-meeting-edit.c index 80202fd804..b6435a12fc 100644 --- a/calendar/gui/e-meeting-edit.c +++ b/calendar/gui/e-meeting-edit.c @@ -592,18 +592,6 @@ send_calendar_info (itip_method_enum method, EMeetingEditorPrivate *priv) icalcomponent_free (comp); } - - /******** - * This is for debugging. - ********/ - { - FILE *fp = fopen ("/home/jpavel/attach_data.icl", "w"); - - fputs (attach_data, fp); - - fclose (fp); - } - GNOME_Evolution_Composer_attachData (composer_server, content_type, filename, description, show_inline, attach_data, -- cgit v1.2.3