Removed unnecessary fprintf().
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 19 Oct 2001 16:33:11 +0000 (16:33 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 19 Oct 2001 16:33:11 +0000 (16:33 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@80 e2bd861d-eb25-0410-b326-f6ed22b6b98c

libspi/editabletext.c

index 17856ae..5b01139 100644 (file)
@@ -128,12 +128,6 @@ editable_text_class_init (EditableTextClass *klass)
 
   object_class->finalize = editable_text_finalize;
   
-/* */
-  fprintf(stderr, "INITIALIZING editabletext class!\n");
-  
-  fprintf (stderr, "EditableText: get-character-count is at %p\n",
-          ((TEXT_CLASS(klass))->epv._get_characterCount));
-
   /* Initialize epv table */
 
   epv->setAttributes = impl_setAttributes;
@@ -166,8 +160,6 @@ editable_text_interface_new (AtkObject *obj)
   return new_editable;
 }
 
-
-
 static CORBA_boolean
 impl_setAttributes (PortableServer_Servant _servant,
                       const CORBA_char * attributes,