Commit 6b62a009 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-983 Remove debug log.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 552265a3
......@@ -1192,7 +1192,6 @@ class MAPIProvider {
$existingstartendpropsmap = array($amapping["starttime"], $amapping["endtime"]);
$existingstartendprops = $this->getProps($mapimessage, $existingstartendpropsmap);
ZLog::Write(LOGLEVEL_DEBUG, "starttime: ". $existingstartendprops[$amapping["starttime"]]);
if (isset($existingstartendprops[$amapping["starttime"]]) && !isset($appointment->starttime)) {
$appointment->starttime = $existingstartendprops[$amapping["starttime"]];
ZLog::Write(LOGLEVEL_WBXML, sprintf("MAPIProvider->setAppointment(): Parameter 'starttime' was not set, using value from MAPI %d (%s).", $appointment->starttime, gmstrftime("%Y%m%dT%H%M%SZ", $appointment->starttime)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment