objectcache: replace debugLog() calls with faster debug() calls in MemcachedPeclBagOStuff
[lhc/web/wiklou.git] / includes / libs / objectcache / MemcachedBagOStuff.php
index 71e3331..3d6bd16 100644 (file)
@@ -175,12 +175,4 @@ class MemcachedBagOStuff extends BagOStuff {
                }
                return (int)$expiry;
        }
-
-       /**
-        * Send a debug message to the log
-        * @param string $text
-        */
-       protected function debugLog( $text ) {
-               $this->logger->debug( $text );
-       }
 }