Skip to content

Commit

Permalink
Removed Debug Output
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed May 17, 2020
1 parent badd2ea commit 825ec5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions portal/discordpostviewer.class.php
Expand Up @@ -141,7 +141,6 @@ public function getPosts($arrPrivateforums, $black_or_white, $topicnumber, $show
} else {
$arrJSON = array('error' => true);
$this->pdc->put('discord.messages.'.$forumID, $arrJSON, 3600);
d($arrJSON);
}
}

Expand Down Expand Up @@ -264,4 +263,4 @@ private function config($strValue){
}

}
?>
?>

0 comments on commit 825ec5a

Please sign in to comment.