diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 39892040332127ddfe25975a4244168310dd9bf2..641767b0dce29be6d333b08b14031878e71436a7 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c @@ -920,7 +920,6 @@ static const struct seq_operations ddebug_proc_seqops = { static int ddebug_proc_open(struct inode *inode, struct file *file) { - vpr_info("called\n"); return seq_open_private(file, &ddebug_proc_seqops, sizeof(struct ddebug_iter)); }