]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove debug output
authorThomas Tanghus <thomas@tanghus.net>
Mon, 20 May 2013 11:56:57 +0000 (13:56 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 20 May 2013 11:56:57 +0000 (13:56 +0200)
lib/vcategories.php

index 74864704e30f45e672d91c7a6212392daa4bde33..91c72d5dfaecda0cf31c007f8a411b45b8bf3ae7 100644 (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;
                        }