Remove remnant debug code
This commit is contained in:
parent
46552951b9
commit
be3cd86d7c
@ -10,8 +10,6 @@
|
||||
class DiscussionCount implements YagaRule{
|
||||
|
||||
public function Award($Sender, $User, $Criteria) {
|
||||
decho($User);
|
||||
|
||||
$Result = FALSE;
|
||||
switch($Criteria->Comparison) {
|
||||
case 'gt':
|
||||
|
@ -16,7 +16,6 @@ echo Wrap(
|
||||
echo '<div class="Badge-Earned">';
|
||||
|
||||
if($UserBadgeAward) {
|
||||
decho($UserBadgeAward);
|
||||
echo Wrap(
|
||||
UserPhoto(Gdn::Session()->User) .
|
||||
T('Yaga.Badge.Earned') .
|
||||
|
Loading…
x
Reference in New Issue
Block a user