shithub: mc

Download patch

ref: ad0ad265bd4ec05c365a821df171df9d60cd224d
parent: a7c11c4d0a52661a299a90b47d9a68be8e11312f
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jun 24 21:08:17 EDT 2017

Remove debug output.

--- a/mbld/build.myr
+++ b/mbld/build.myr
@@ -210,7 +210,6 @@
 
 	match std.htget(dg.deps, out)
 	| `std.Some deps:
-		std.put("deps: {} => {}\n", out, deps)
 		for d in deps
 			if std.sleq(out, d)
 				continue