summaryrefslogtreecommitdiff
path: root/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/exec.c b/exec.c
index a9776bc..e6a0809 100644
--- a/exec.c
+++ b/exec.c
@@ -21,8 +21,6 @@ exec(char *path, char **argv)
struct proc *p = myproc();
uint64 oldsz = p->sz;
- printf("EXEC\n");
-
begin_op();
if((ip = namei(path)) == 0){