Skip to content

Commit

Permalink
Remove extra var_dumps floating around.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronschmitz committed Jul 31, 2012
1 parent a021706 commit 73b1512
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion application/controllers/UploaderController.php
Expand Up @@ -70,7 +70,6 @@ function run()
$_SESSION[$sFieldname] = ls_json_encode($aFiles);
}
}
//var_dump($sFileDir.$sFilename);
if (@unlink($sFileDir.$sFilename))
{
echo sprintf($clang->gT('File %s deleted'), $sOriginalFileName);
Expand Down
1 change: 0 additions & 1 deletion application/helpers/expressions/em_manager_helper.php
Expand Up @@ -2833,7 +2833,6 @@ private function setVariableAndTokenMappingsForExpressionManager($surveyid,$forc
$now = microtime(true);

$q2subqInfo = array();
//var_dump($fieldmap);
foreach($fieldmap as $fielddata)
{
$q = $fielddata['q'];
Expand Down
1 change: 0 additions & 1 deletion application/modules/RankingQuestion.php
Expand Up @@ -12,7 +12,6 @@ public function getAnswerHTML()
$checkconditionFunction = "checkconditions";

$aQuestionAttributes = $this->getAttributeValues();
var_dump($aQuestionAttributes);
$answers = $this->getAnswers();
$anscount = count($answers);
if (trim($aQuestionAttributes["max_answers"])!='')
Expand Down

0 comments on commit 73b1512

Please sign in to comment.