From 77b57efc3210a37c9bdc3190d05aaa353e496b55 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Thu, 30 May 1991 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1991-05-30 --- port/devwren.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/port/devwren.c b/port/devwren.c index 8b1add2e99287ce6ae4fc0e29d604a02c6c5541b..f8e55b65ccadceb828d434093b1d2ad66b3ef871 100644 --- a/port/devwren.c +++ b/port/devwren.c @@ -148,8 +148,6 @@ wrenattach(char *param) d = &wren[dev]; d->blocksize = BGLONG(&buf[4]); -print("Block size %lux capacity %lux\n", d->blocksize, BGLONG(&buf[0])); - plen = BGLONG(&buf[0]); d->p[Npart].firstblock = 0; d->p[Npart].maxblock = plen;