Make the printouts here conditionally compiled out.

2001-09-24  Christopher James Lahey  <clahey@ximian.com>

	* e-categories-master-list-wombat.c (ecmlw_load, ecmlw_save): Make
	the printouts here conditionally compiled out.

svn path=/trunk/; revision=13100
This commit is contained in:
Christopher James Lahey
2001-09-24 21:15:59 +00:00
committed by Chris Lahey
parent 0035cdee4c
commit e779a92583
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-09-24 Christopher James Lahey <clahey@ximian.com>
* e-categories-master-list-wombat.c (ecmlw_load, ecmlw_save): Make
the printouts here conditionally compiled out.
2001-09-21 <NotZed@Ximian.com>
* e-msgport.c (e_thread_destroy): Instead of using

View File

@ -51,7 +51,7 @@ ecmlw_load (ECategoriesMasterListWombat *ecmlw)
string);
}
g_print ("load: %s\n", string?string:"(nil)");
d(g_print ("load: %s\n", string?string:"(nil)"));
g_free (string);
}
@ -64,7 +64,7 @@ ecmlw_save (ECategoriesMasterListWombat *ecmlw)
string = e_categories_master_list_array_to_string (E_CATEGORIES_MASTER_LIST_ARRAY (ecmlw));
g_print ("save: %s\n", string);
d(g_print ("save: %s\n", string));
CORBA_exception_init (&ev);