Code

event handling established
[gosa.git] / contrib / daemon / gosa-sd-bus
index 7b6dbe3efe5be57fa2c98abb6741feb3500c4636..c096d933deb876d79e754d61814336ecb54b01a8 100755 (executable)
@@ -463,7 +463,6 @@ sub process_incoming_msg {
             $msg = &decrypt_msg($crypted_msg, $key_cipher);
             daemon_log("daemon decrypted msg:$msg", 7);
             $msg_hash = $xml->XMLin($msg, ForceArray=>1);
-            print Dumper $msg_hash;
         };
         if($@) {
             daemon_log("msg processing raise error", 7);