shithub: mcfs

Download patch

ref: 1774df63c4e8b3b3c063ec2acfda6cfc33382573
parent: c2d2a672624e73d18c32a25ba66cad39d7691070
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Sep 21 14:41:09 EDT 2020

remove a trace

--- a/ogg.c
+++ b/ogg.c
@@ -62,7 +62,6 @@
 	if(Bwrite(out, h, ntot) != ntot)
 		return -1;
 	for(ip = 0; ip < np; ip++){
-		fprint(2, "%d %.*H\n", ip, min(8, p[ip].sz), p[ip].data);
 		if(Bwrite(out, p[ip].data, p[ip].sz) != p[ip].sz)
 			return -1;
 	}