Skip to content

Commit

Permalink
Dev: Remove tracevar
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 6, 2016
1 parent 7a30678 commit ae4c850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/admin/conditionsaction.php
Expand Up @@ -82,7 +82,6 @@ public function __construct($controller = null, $id = null)
*/
public function index($subaction, $iSurveyID=null, $gid=null, $qid=null)
{
tracevar($_POST);
$iSurveyID = sanitize_int($iSurveyID);
$this->iSurveyID = $iSurveyID;
$gid = sanitize_int($gid);
Expand Down

0 comments on commit ae4c850

Please sign in to comment.