diff --git a/app/controllers/StationtypeController.inc b/app/controllers/StationtypeController.inc index 00e2d3b1..fbf48ba4 100644 --- a/app/controllers/StationtypeController.inc +++ b/app/controllers/StationtypeController.inc @@ -24,7 +24,7 @@ * * @var array */ - public $models = array('seminaries'); //, 'questgroups', 'quests', 'characters'); + public $models = array('seminaries'); diff --git a/controllers/CharactergroupsquestsController.inc b/controllers/CharactergroupsquestsController.inc index 23e18f5c..422cb80e 100644 --- a/controllers/CharactergroupsquestsController.inc +++ b/controllers/CharactergroupsquestsController.inc @@ -219,7 +219,6 @@ if(!is_null($this->request->getPostParam('deletemedia'))) { $uploadIds = $this->request->getPostParam('uploads'); - var_dump($uploadIds); foreach($uploadIds as $uploadId) { $this->Uploads->deleteSeminaryupload($uploadId); } diff --git a/controllers/PagesController.inc b/controllers/PagesController.inc index eb6b2cdd..757379a3 100644 --- a/controllers/PagesController.inc +++ b/controllers/PagesController.inc @@ -162,7 +162,6 @@ $validation = $this->Validation->addValidationResult($validation, 'title', 'exist', true); } $text = $this->request->getPostParam('text'); - var_dump($text); // Edit if($validation === true) diff --git a/stationtypes/keyword/KeywordStationtypeModel.inc b/stationtypes/keyword/KeywordStationtypeModel.inc index 815b727e..eef2e2e8 100644 --- a/stationtypes/keyword/KeywordStationtypeModel.inc +++ b/stationtypes/keyword/KeywordStationtypeModel.inc @@ -113,7 +113,6 @@ 'iiss', $stationId, $charactergroupId, $answer, $answer ); - var_dump("saved"); } }