Skip to content
Snippets Groups Projects
Commit c38dc366 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Remove debug output

parent b1bb8998
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,6 @@ class OC_VCategories {
$stmt = OCP\DB::prepare($sql);
$result = $stmt->execute(array($to, $this->user, $this->type, $id));
if (OC_DB::isError($result)) {
echo 'DB error: ' . $result . "\n";
OC_Log::write('core', __METHOD__. 'DB error: ' . OC_DB::getErrorMessage($result), OC_Log::ERROR);
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment