* targets.c (bfd_find_target): Remove debugging code.
authorIan Lance Taylor <ian@airs.com>
Wed, 27 Sep 1995 14:38:03 +0000 (14:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 27 Sep 1995 14:38:03 +0000 (14:38 +0000)
bfd/ChangeLog
bfd/targets.c

index 5b45aa9..6f3d6ac 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 27 10:37:14 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * targets.c (bfd_find_target): Remove debugging code.
+
 Wed Sep 27 07:23:39 1995  Kim Knuttila  <krk@nellie>
 
        * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE 
index d39b266..f08e285 100644 (file)
@@ -821,7 +821,6 @@ bfd_find_target (target_name, abfd)
   }
 
   bfd_set_error (bfd_error_invalid_target);
-  fprintf(stderr,"Target = %s\n", target_name);
   return NULL;
 }