Skip to content

Commit

Permalink
dev: remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed May 2, 2012
1 parent 5557473 commit cde46b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions application/helpers/admin/activate_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,6 @@ function activateSurvey($surveyid, $simulate = false)

}

print_r($fieldmap);
die();

if ($simulate){
return array('dbengine'=>$CI->db->databasetabletype, 'dbtype'=>Yii::app()->db->driverName, 'fields'=>$arrSim);
}
Expand Down

0 comments on commit cde46b2

Please sign in to comment.