Remove some spurious debugging statements I accidentally left in.

* src/ntl-app.c, components/notes/ntl-notes.c:	Remove some
	spurious debugging statements I accidentally left in.
This commit is contained in:
Maciej Stachowiak 2000-04-19 13:29:39 +00:00
parent f6e6b47110
commit efb0f416c1
5 changed files with 4 additions and 20 deletions

View file

@ -1,5 +1,9 @@
2000-04-19 Maciej Stachowiak <mjs@eazel.com>
* src/ntl-app.c, components/notes/ntl-notes.c: Remove some
spurious debugging statements I accidentally left in.
OAF conversion. You must now build bonobo and gnome-vfs with --enable-oaf
* configure.in: Check for OAF

View file

@ -132,8 +132,6 @@ do_destroy (GtkObject *obj, Notes *notes)
g_free (notes->uri);
g_free (notes);
puts ("XXX notes: --");
notes_object_count--;
if (notes_object_count <= 0) {
gtk_main_quit();
@ -179,10 +177,6 @@ make_notes_view (BonoboGenericFactory *Factory, const char *goad_id, gpointer cl
nautilus_meta_view_frame_set_label (NAUTILUS_META_VIEW_FRAME (notes->view),
_("Notes"));
puts ("XXX notes: ++");
printf ("CREATING notes view: 0x%x\n", (unsigned) notes->view);
return BONOBO_OBJECT (notes->view);
}
@ -192,8 +186,6 @@ main(int argc, char *argv[])
BonoboGenericFactory *factory;
CORBA_ORB orb;
puts ("YYY: notes main");
/* Make criticals and warnings stop in the debugger if NAUTILUS_DEBUG is set.
* Unfortunately, this has to be done explicitly for each domain.
*/

View file

@ -132,8 +132,6 @@ do_destroy (GtkObject *obj, Notes *notes)
g_free (notes->uri);
g_free (notes);
puts ("XXX notes: --");
notes_object_count--;
if (notes_object_count <= 0) {
gtk_main_quit();
@ -179,10 +177,6 @@ make_notes_view (BonoboGenericFactory *Factory, const char *goad_id, gpointer cl
nautilus_meta_view_frame_set_label (NAUTILUS_META_VIEW_FRAME (notes->view),
_("Notes"));
puts ("XXX notes: ++");
printf ("CREATING notes view: 0x%x\n", (unsigned) notes->view);
return BONOBO_OBJECT (notes->view);
}
@ -192,8 +186,6 @@ main(int argc, char *argv[])
BonoboGenericFactory *factory;
CORBA_ORB orb;
puts ("YYY: notes main");
/* Make criticals and warnings stop in the debugger if NAUTILUS_DEBUG is set.
* Unfortunately, this has to be done explicitly for each domain.
*/

View file

@ -155,8 +155,6 @@ impl_Nautilus_Application_create_object(impl_POA_Nautilus_Application *servant,
{
view_frame = fm_directory_view_get_view_frame (dir_view);
printf ("CREATING content view: 0x%x\n", (unsigned) view_frame);
retval = CORBA_Object_duplicate(bonobo_object_corba_objref(BONOBO_OBJECT(view_frame)), ev);
}

View file

@ -155,8 +155,6 @@ impl_Nautilus_Application_create_object(impl_POA_Nautilus_Application *servant,
{
view_frame = fm_directory_view_get_view_frame (dir_view);
printf ("CREATING content view: 0x%x\n", (unsigned) view_frame);
retval = CORBA_Object_duplicate(bonobo_object_corba_objref(BONOBO_OBJECT(view_frame)), ev);
}