shithub: git9

Download patch

ref: eb34575bff2fd9b0d3fe3fcee3af8e79df3b9a6c
parent: 4c62779c2efd36c7486759f403bc6e9b6925dbc9
author: Ori Bernstein <[email protected]>
date: Sun May 10 00:18:12 EDT 2020

remove debug print.

--- a/pack.c
+++ b/pack.c
@@ -831,7 +831,6 @@
 			cache(obj);
 			return obj;
 		}
-		print("reloading %H\n", h);
 	}else{
 		obj = emalloc(sizeof(Object));
 		obj->id = objcache.nobj + 1;