Skip to content
Snippets Groups Projects
Commit 33188666 authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

Delete two left-over print statements

parent 6cec0211
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ exec(char *path, char **argv)
begin_op();
cprintf("exec %s\n", path);
if((ip = namei(path)) == 0){
end_op();
return -1;
......@@ -100,7 +99,6 @@ exec(char *path, char **argv)
proc->tf->esp = sp;
switchuvm(proc);
freevm(oldpgdir);
cprintf("exec succeeded\n");
return 0;
bad:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment