diff --git a/ChangeLog b/ChangeLog index f72ae083..c0d1a5c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-20 Kristian Høgsberg + + * module/sysprof-module.c (sysprof_read): Remove left over debug + print out. + Tue Dec 20 16:03:29 2005 Soeren Sandmann * TODO: Updates diff --git a/module/sysprof-module.c b/module/sysprof-module.c index abcc77e1..d8c1a0e7 100644 --- a/module/sysprof-module.c +++ b/module/sysprof-module.c @@ -177,8 +177,6 @@ sysprof_read(struct file *file, char *buffer, size_t count, loff_t *offset) if (head == tail) return -EWOULDBLOCK; - printk(KERN_NOTICE "sysprof: read one trace\n"); - trace = tail; if (tail++ == &stack_traces[N_TRACES - 1]) tail = &stack_traces[0];