Merge "Made DB errors go to the exception log again"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 30 Apr 2014 17:21:47 +0000 (17:21 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 30 Apr 2014 17:21:47 +0000 (17:21 +0000)
includes/db/DatabaseError.php

index 3bcf638..4d5c3dc 100644 (file)
@@ -347,14 +347,6 @@ class DBQueryError extends DBExpectedError {
                $this->fname = $fname;
        }
 
-       /**
-        * @return bool
-        */
-       function isLoggable() {
-               // Don't send to the exception log, already in dberror log
-               return false;
-       }
-
        /**
         * @return string
         */