aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.c
diff options
context:
space:
mode:
Diffstat (limited to 'pk/pk.c')
-rw-r--r--pk/pk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pk/pk.c b/pk/pk.c
index f4e0424..e9e3e71 100644
--- a/pk/pk.c
+++ b/pk/pk.c
@@ -145,7 +145,6 @@ static void mainvars_init()
static void jump_usrstart()
{
- printk("strlen(\"\") = %d\n",strlen(""));
trapframe_t tf;
init_tf(&tf, USER_START, USER_MEM_SIZE-USER_MAINVARS_SIZE);
pop_tf(&tf);