Przeglądaj źródła

oops, rm debug

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16386 44c647ce-9c0f-0410-b52a-842ac1e357ba
stas 16 lat temu
rodzic
commit
5b6bb1e742
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      library/Zend/Amf/Server.php

+ 0 - 1
library/Zend/Amf/Server.php

@@ -349,7 +349,6 @@ class Zend_Amf_Server implements Zend_Server_Interface
                     $object = $info->getDeclaringClass()->newInstance();
                 } catch (Exception $e) {
                     require_once 'Zend/Amf/Server/Exception.php';
-                    file_put_contents("c:/windows/temp/a", $e->getMessage());
                     throw new Zend_Amf_Server_Exception('Error instantiating class ' . $class . ' to invoke method ' . $info->getName() . ': '.$e->getMessage(), 621);
                 }
                 $this->_checkAcl($object, $info->getName());