Remove debug in ConfigDaemon

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2015-02-03 19:47:52 +01:00
parent 7071b812b6
commit 7c153d5e76

View File

@@ -311,7 +311,6 @@ class ConfigDaemon {
throw new \Exception('"<visibility>' . $order . '</visibility>" is missing mode');
}
var_dump($attributes['mode'], $order);
switch ($attributes['mode']) {
case "isfile": if (!is_file($order)) { return -1; }; break;
case "isdir": if (!is_dir($order)) { return -1; }; break;