shithub: mc

Download patch

ref: e5ecc330e4eba798ee447f1e90669051b66b1879
parent: e2e380ad543bfcb0d806ed05ddad4a7034a95826
author: Ori Bernstein <[email protected]>
date: Fri Aug 9 12:42:33 EDT 2013

Remove debugging printf

--- a/parse/use.c
+++ b/parse/use.c
@@ -825,7 +825,6 @@
     else
         wrstr(f, NULL);
 
-    printf("type 32 = %s\n", tystr(types[32]));
     tagexports(st);
     for (i = 0; i < ntypes; i++) {
         if (types[i]->vis == Visexport || types[i]->vis == Vishidden) {