[Form] Removed unnecessary code

This commit is contained in:
Jordi Boggiano 2011-02-09 13:58:56 +01:00 committed by Fabien Potencier
parent d076ee4f3a
commit 6a7d6843ae

View File

@ -102,8 +102,6 @@ class FileField extends Form
*/ */
protected function normalize($path) protected function normalize($path)
{ {
srand(microtime(true));
return array( return array(
'file' => '', 'file' => '',
'token' => rand(100000, 999999), 'token' => rand(100000, 999999),