wm: remove debug messages

This commit is contained in:
Norman Feske 2014-08-21 00:04:15 +02:00
parent eab1febd0d
commit 6a46dcd2af
1 changed files with 0 additions and 2 deletions

View File

@ -620,13 +620,11 @@ class Wm::Nitpicker::Session_component : public Genode::Rpc_object<Session>,
case Command::OP_TO_BACK:
{
PDBG("OP_TO_BACK not implemented");
return;
}
case Command::OP_BACKGROUND:
{
PDBG("OP_BACKGROUND not implemented");
return;
}