remove some prints and useless comments
This commit is contained in:
parent
bf81a93ff7
commit
40edb40630
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue