Commit ce96221f authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-29 Removed debug line.

parent 2f63c61b
......@@ -1061,7 +1061,6 @@ class BackendZarafa implements IBackend, ISearchProvider {
if ($querycnt == 1) {
$entry = mapi_table_queryallrows($table, array(PR_SOURCE_KEY));
if (isset($entry[0]) && isset($entry[0][PR_SOURCE_KEY])) {
ZLog::Write(LOGLEVEL_WARN, sprintf("ZarafaBackend->GetKoeGabBackendFolderId() Found folder:". bin2hex($entry[0][PR_SOURCE_KEY])));
return bin2hex($entry[0][PR_SOURCE_KEY]);
}
}
......
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