From 7b8bcc72304c9101dce8e5faeb50448f2b49cf6d Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 10 Jul 2008 11:09:51 -0400 Subject: PR6736: changelogs for post-merge compiled unwind/symbols data reorganization --- runtime/transport/procfs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/transport/procfs.c') diff --git a/runtime/transport/procfs.c b/runtime/transport/procfs.c index 64b48e4d..750e1994 100644 --- a/runtime/transport/procfs.c +++ b/runtime/transport/procfs.c @@ -122,8 +122,6 @@ static ssize_t _stp_ctl_write_cmd(struct file *file, const char __user *buf, siz if (get_user(type, (int __user *)buf)) return -EFAULT; - printk (KERN_INFO " procfs write_cmd: Got %s. len=%d\n", _stp_command_name[type], (int)count); - #if DEBUG_TRANSPORT > 0 if (type < STP_MAX_CMD) _dbug("Got %s. len=%d\n", _stp_command_name[type], (int)count); -- cgit