Skip to content

Commit

Permalink
Dev: Remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 5, 2016
1 parent ffd299c commit bb6b291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/qanda_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,6 @@ function do_multiplechoice($ia)
////
// Insert row
// Display the answer row
echo '<pre>'; var_dump($ansrow); echo '</pre>';
$sRows .= Yii::app()->getController()->renderPartial('/survey/questions/multiplechoice/rows/answer_row', array(
'extra_class' => $extra_class,
'sDisplayStyle' => $sDisplayStyle,
Expand Down

0 comments on commit bb6b291

Please sign in to comment.