Skip to content

Commit

Permalink
Dev Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 6, 2015
1 parent 4a3f925 commit 85cd38c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/admin/responses.php
Expand Up @@ -796,7 +796,6 @@ public function getResponses_json($iSurveyID)

public function setHiddenColumns($iSurveyId)
{
debugbreak();
if(Permission::model()->hasSurveyPermission($iSurveyId,'responses','read'))
{
$aHiddenFields=explode('|',Yii::app()->request->getPost('aHiddenFields'));
Expand Down

0 comments on commit 85cd38c

Please sign in to comment.