git: 9front

Download patch

ref: dca0b4bd8a145b59ceda4b2357de8d293da9cfcd
parent: 029d99d94ef2a1f180608eddc38f991ef152be5a
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jan 21 18:56:37 EST 2018

ppp: remove left over debug print

--- a/sys/src/cmd/ip/ppp/mppc.c
+++ b/sys/src/cmd/ip/ppp/mppc.c
@@ -577,7 +577,6 @@
 	if(count & Pencrypt) {
 //netlog("mppc unencrypt count = %ux\n", count);
 		rc4(&s->rc4key, p, n);
-fprint(2, "plain=%.*H\n", n, p);
 	}
 
 	if(!(count & Pcompress))
--