remove debugging print
This commit is contained in:
parent
17ab31aac6
commit
693892caf5
@ -88,7 +88,6 @@ main(int volatile argc, char **volatile argv)
|
|||||||
disk = diskinit();
|
disk = diskinit();
|
||||||
if(home == 0)
|
if(home == 0)
|
||||||
home = "/";
|
home = "/";
|
||||||
fprint(2, "argc %d argv %s\n", argc, *argv);
|
|
||||||
if(!dflag)
|
if(!dflag)
|
||||||
startup(machine, Rflag, termargs, argv);
|
startup(machine, Rflag, termargs, argv);
|
||||||
notify(notifyf);
|
notify(notifyf);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user