Remove debug message

This commit is contained in:
Norman Feske 2013-01-11 21:21:35 +01:00
parent 4fd932f7c1
commit 16e6f4b784

View File

@ -149,8 +149,6 @@ namespace Init {
char arg_value[VALUE_MAX_LEN];
Genode::Arg_string::find_arg(args, key).string(arg_value, sizeof(arg_value), "");
PDBG("key='%s' value='%s' arg_value='%s'", key, value, arg_value);
/*
* Skip child-name prefix if the key is the process "label".
*