Remove debug output

This commit is contained in:
Thomas Tanghus 2013-05-20 13:56:57 +02:00
parent b1bb899867
commit c38dc36665
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}