diff --git a/system/HTTP/Files/FileCollection.php b/system/HTTP/Files/FileCollection.php index a14c2b8569e8..db92854fb503 100644 --- a/system/HTTP/Files/FileCollection.php +++ b/system/HTTP/Files/FileCollection.php @@ -156,8 +156,6 @@ protected function populateFiles() $files = $this->fixFilesArray($_FILES); - d($files); - foreach ($files as $name => $file) { $this->files[$name] = $this->createFileObject($file); }