shithub: mc

Download patch

ref: ee5ea7d9284ff554efa831dcd30c91d8360f1d3b
parent: 11915c8648e313eaeab10177bb55562d56beb439
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Feb 27 21:35:12 EST 2016

Remove debug print.

--- a/6/typeinfo.c
+++ b/6/typeinfo.c
@@ -181,8 +181,6 @@
 	case Tyname:
 		i = bprintf(buf, sizeof buf, "%s", Symprefix);
 		tydescid(buf + i, sizeof buf - i, ty);
-		if (!strcmp("_tydesc$sys$size", buf))
-			printf("vis: %d\n", ty->vis);
 		isextern = ty->isimport || ty->vis != Visintern;
 		lappend(&sub, &nsub, mkblobref(buf, 0, isextern));
 		break;