mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-11 15:33:04 +00:00
timer: Remove debug message
This commit is contained in:
parent
e38983a8fa
commit
022e762a40
@ -36,7 +36,6 @@ namespace Timer {
|
|||||||
|
|
||||||
Session_component *_create_session(const char *args)
|
Session_component *_create_session(const char *args)
|
||||||
{
|
{
|
||||||
PLOG("args='%s'", args);
|
|
||||||
Genode::size_t ram_quota = Genode::Arg_string::find_arg(args, "ram_quota").ulong_value(0);
|
Genode::size_t ram_quota = Genode::Arg_string::find_arg(args, "ram_quota").ulong_value(0);
|
||||||
|
|
||||||
if (ram_quota < sizeof(Session_component)) {
|
if (ram_quota < sizeof(Session_component)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user