Disabled some debugging messages.

2003-05-14  Jeffrey Stedfast  <fejj@ximian.com>

	* component-factory.c: Disabled some debugging messages.

svn path=/trunk/; revision=21192
This commit is contained in:
Jeffrey Stedfast
2003-05-15 17:58:01 +00:00
committed by Jeffrey Stedfast
parent d484d566e3
commit ee8e8b6bae
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-05-14 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c: Disabled some debugging messages.
2003-05-14 JP Rosevear <jpr@ximian.com>
* mail-local.h: add proto

View File

@ -488,7 +488,7 @@ get_dnd_selection (EvolutionShellComponent *shell_component,
int *selection_length_return,
void *closure)
{
g_print ("should get dnd selection for %s\n", physical_uri);
d(printf ("should get dnd selection for %s\n", physical_uri));
return NULL;
}
@ -598,7 +598,7 @@ destination_folder_handle_drop (EvolutionShellComponentDndDestinationFolder *des
if (uri)
camel_url_free (uri);
g_print ("in destination_folder_handle_drop (%s)\n", physical_uri);
d(printf ("in destination_folder_handle_drop (%s)\n", physical_uri));
for (type = 0; accepted_dnd_types[type]; type++)
if (!strcmp (destination_context->dndType, accepted_dnd_types[type]))