tremove debugging print - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 693892caf5203783b1d4842f172f7c67a0a4b79e
(DIR) parent 17ab31aac6639e210613691669163b0c2874d1ce
(HTM) Author: rsc <devnull@localhost>
Date: Thu, 27 Jan 2005 07:20:06 +0000
remove debugging print
Diffstat:
M src/cmd/sam/sam.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/sam/sam.c b/src/cmd/sam/sam.c
t@@ -88,7 +88,6 @@ main(int volatile argc, char **volatile argv)
disk = diskinit();
if(home == 0)
home = "/";
-fprint(2, "argc %d argv %s\n", argc, *argv);
if(!dflag)
startup(machine, Rflag, termargs, argv);
notify(notifyf);