Merge "Surround edit notices with appropriate classes"
[lhc/web/wiklou.git] / includes / User.php
index 62f7ec0..7ca7d80 100644 (file)
@@ -1706,7 +1706,6 @@ class User implements IDBAccessObject {
                }
 
                global $wgMemc;
-               wfProfileIn( __METHOD__ . '-' . $action );
 
                $limits = $wgRateLimits[$action];
                $keys = array();
@@ -1787,7 +1786,6 @@ class User implements IDBAccessObject {
                        }
                }
 
-               wfProfileOut( __METHOD__ . '-' . $action );
                return $triggered;
        }
 
@@ -3794,7 +3792,6 @@ class User implements IDBAccessObject {
        public function checkPassword( $password ) {
                global $wgAuth, $wgLegacyEncoding;
 
-
                $this->loadPasswords();
 
                // Certain authentication plugins do NOT want to save