shithub: mc

Download patch

ref: a66d6276ae7dbea35f70632ac0bde623c2d2ee93
parent: 308d6bb18b6389cfa8133cfbed139623a618e14e
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Jun 20 18:12:50 EDT 2016

Remove debug prints.

--- a/lib/http/session.myr
+++ b/lib/http/session.myr
@@ -51,8 +51,6 @@
 		-> false
 	;;
 	ap = std.vastart(&args)
-	std.putv(fmt, &ap)
-	ap = std.vastart(&args)
 	match bio.putv(s.f, fmt, &ap)
 	| `bio.Ok _:	/* nothing */
 	| `bio.Err _:	s.err = true