mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
fs_rom: remove debug message
This commit is contained in:
parent
e4bb85b4de
commit
48132c9ca3
@ -22,7 +22,7 @@
|
||||
#include <base/session_label.h>
|
||||
#include <util/arg_string.h>
|
||||
#include <base/heap.h>
|
||||
#include <base/log.h>
|
||||
|
||||
|
||||
/*****************
|
||||
** ROM service **
|
||||
@ -465,8 +465,6 @@ class Fs_rom::Rom_root : public Root_component<Fs_rom::Rom_session_component>
|
||||
Session_label const label = label_from_args(args);
|
||||
Session_label const module_name = label.last_element();
|
||||
|
||||
log("request for ", label);
|
||||
|
||||
/* create new session for the requested file */
|
||||
Rom_session_component *session = new (md_alloc())
|
||||
Rom_session_component(_env, _fs, module_name.string());
|
||||
|
Loading…
x
Reference in New Issue
Block a user