Remove remnant debug code

This commit is contained in:
Zachary Doll 2014-01-24 14:42:49 -06:00
parent 46552951b9
commit be3cd86d7c
2 changed files with 0 additions and 3 deletions

View File

@ -10,8 +10,6 @@
class DiscussionCount implements YagaRule{
public function Award($Sender, $User, $Criteria) {
decho($User);
$Result = FALSE;
switch($Criteria->Comparison) {
case 'gt':

View File

@ -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') .