file_terminal: remove superfluous log message

This commit is contained in:
Norman Feske 2018-01-20 21:05:13 +01:00
parent e9b9f684ef
commit c7fa3b69d9

View File

@ -292,8 +292,6 @@ struct Main
{
using namespace Genode;
Genode::log("--- file terminal started ---");
/* announce service at our parent */
_env.parent().announce(env.ep().manage(_root));
}