remove some prints and useless comments
This commit is contained in:
parent
d84789dce7
commit
56627a5c1f
4 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -162,7 +162,6 @@
|
|||
$validation = $this->Validation->addValidationResult($validation, 'title', 'exist', true);
|
||||
}
|
||||
$text = $this->request->getPostParam('text');
|
||||
var_dump($text);
|
||||
|
||||
// Edit
|
||||
if($validation === true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue