mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Don't log missing user-locators
While user-locators are the "new hotness", most events still get their list of users by calling a hook. That means this log message basically just spams up the prod echo log for no benefit. Change-Id: Iba5a8267c4ecc5a7446b287759d8b66adf0e2387
This commit is contained in:
parent
5599aee518
commit
a70320d268
|
@ -81,7 +81,6 @@ class EchoAttributeManager {
|
|||
if ( isset( $this->notifications[$type]['user-locators'] ) ) {
|
||||
return (array)$this->notifications[$type]['user-locators'];
|
||||
} else {
|
||||
wfDebugLog( 'Echo', __METHOD__ . ": No user-locators configured for $type" );
|
||||
return array();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue