From: Thomas Tanghus Date: Mon, 20 May 2013 11:56:57 +0000 (+0200) Subject: Remove debug output X-Git-Tag: v6.0.0alpha2~756^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c38dc3666532199a40d78b647d10c62af4496246;p=nextcloud-server.git Remove debug output --- diff --git a/lib/vcategories.php b/lib/vcategories.php index 74864704e30..91c72d5dfae 100644 --- a/lib/vcategories.php +++ b/lib/vcategories.php @@ -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; }