texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7027] remove debugging statements left in by mistake


From: Gavin D. Smith
Subject: [7027] remove debugging statements left in by mistake
Date: Sun, 21 Feb 2016 14:26:12 +0000

Revision: 7027
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7027
Author:   gavin
Date:     2016-02-21 14:24:56 +0000 (Sun, 21 Feb 2016)
Log Message:
-----------
remove debugging statements left in by mistake

Modified Paths:
--------------
    trunk/info/dir.c
    trunk/info/info.c

Modified: trunk/info/dir.c
===================================================================
--- trunk/info/dir.c    2016-02-21 14:19:49 UTC (rev 7026)
+++ trunk/info/dir.c    2016-02-21 14:24:56 UTC (rev 7027)
@@ -52,7 +52,6 @@
 
   node = xmalloc (sizeof (NODE));
   *node = *dir_node;
-  fprintf(stderr, "%p\n", node);
 
   return node;
 }

Modified: trunk/info/info.c
===================================================================
--- trunk/info/info.c   2016-02-21 14:19:49 UTC (rev 7026)
+++ trunk/info/info.c   2016-02-21 14:24:56 UTC (rev 7027)
@@ -518,7 +518,6 @@
             }
         }
 
-      fprintf(stderr, "B %p\n", initial_node);
       /* If there are arguments remaining, follow menus inexactly. */
       if (argc != 0)
         {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]