Skip to content

Commit

Permalink
Dev : remove tracevar
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Dec 7, 2016
1 parent 8529695 commit 32945c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/helpers/expressions/em_manager_helper.php
Expand Up @@ -9558,8 +9558,6 @@ static public function ShowSurveyLogicFile($sid, $gid=NULL, $qid=NULL,$LEMdebugL
// Must parse Validation this way so that regex (preg) works
$prettyValidEqn = '';
if ($q['prettyValidEqn'] != '') {
tracevar($q['prettyValidEqn']);
tracevar($q['validEqn']);
$validationEqn = $q['validEqn'];
if (!isset($LEM->ParseResultCache[$validationEqn]))
{
Expand Down

0 comments on commit 32945c3

Please sign in to comment.