[pve-devel] r5003 - pve-common/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Aug 16 11:35:51 CEST 2010


Author: dietmar
Date: 2010-08-16 09:35:51 +0000 (Mon, 16 Aug 2010)
New Revision: 5003

Modified:
   pve-common/trunk/RESTHandler.pm
Log:


Modified: pve-common/trunk/RESTHandler.pm
===================================================================
--- pve-common/trunk/RESTHandler.pm	2010-08-16 09:03:38 UTC (rev 5002)
+++ pve-common/trunk/RESTHandler.pm	2010-08-16 09:35:51 UTC (rev 5003)
@@ -183,11 +183,6 @@
 sub handle {
     my ($self, $info, $conn) = @_;
 
-    #$resp->{message} = "Method lookup failed ('$info->{name}')";
-    #$resp->{status} = HTTP_INTERNAL_SERVER_ERROR;
-    #$resp->{errors} = $res->{errors},
-    #$resp->{data} = $result;
-
     my $func = $info->{code};
 
     if (!($info->{name} && $func)) {




More information about the pve-devel mailing list