Remove noisy logging of every single thank-you-edit notification

This was good when we were debugging the feature, but
it's working fine now.

Change-Id: I8267cd798625de32d653d836cbb84212909c702f
This commit is contained in:
Roan Kattouw 2016-08-15 15:05:39 -07:00 committed by Addshore
parent c81e1b93d2
commit 3bc168589a

View file

@ -512,14 +512,6 @@ class EchoHooks {
}
}
LoggerFactory::getInstance( 'Echo' )->debug(
'Thanking {user} (id: {id}) for their {count} edit',
array(
'user' => $user->getName(),
'id' => $user->getId(),
'count' => $thresholdCount,
)
);
EchoEvent::create( array(
'type' => 'thank-you-edit',
'title' => $title,