diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-05-20 13:56:57 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-05-20 13:56:57 +0200 |
commit | c38dc3666532199a40d78b647d10c62af4496246 (patch) | |
tree | 9584c581fc0941aa0c90dd3f32693fa2bf1b3147 /lib/vcategories.php | |
parent | b1bb899867b787f024c94ae26907b857e203d59c (diff) | |
download | nextcloud-server-c38dc3666532199a40d78b647d10c62af4496246.tar.gz nextcloud-server-c38dc3666532199a40d78b647d10c62af4496246.zip |
Remove debug output
Diffstat (limited to 'lib/vcategories.php')
-rw-r--r-- | lib/vcategories.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |