Removed leftover debug code

- forced exception to test debug output left in - removed
pull/64/merge
Andras Iklody 2013-04-12 13:21:21 +02:00
parent 3ab63b4697
commit be2d6ae3b9
1 changed files with 0 additions and 2 deletions

View File

@ -828,8 +828,6 @@ class Attribute extends AppModel {
// Check if there were problems with the file upload
// only keep the last part of the filename, this should prevent directory attacks
$filename = basename($fileP);
debug($filename);
throw new Exception('yay');
$tmpfile = new File($fileP);
// save the file-info in the database