shithub: mc

Download patch

ref: cf11434260731f71552d54c9e0190e37b6ec988a
parent: 2ee462f064723759f17fc7e048c724e823b5cc41
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jan 3 21:11:21 EST 2015

Remove debug print.

--- a/parse.myr
+++ b/parse.myr
@@ -166,9 +166,6 @@
 			std.fatal(1, "got invalid attr '%s'\n", invalid)
 		;;
 	;;
-	for i in incpath
-		std.put("incpath elt: %s\n", i)
-	;;
 	-> std.mk([
 		.name=name,
 		.inputs=inputs,