From: Tony Mack <tmack@paris.CS.Princeton.EDU>
Date: Fri, 12 Apr 2013 16:49:37 +0000 (-0400)
Subject: remove debugging output
X-Git-Tag: 1.0~118
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5d8d9fdd033b8cb081b2dae05e0c2c42bee42699;p=plstackapi.git

remove debugging output
---

diff --git a/plstackapi/core/views/deployment_networks.py b/plstackapi/core/views/deployment_networks.py
index 7f495e6..1508b0c 100644
--- a/plstackapi/core/views/deployment_networks.py
+++ b/plstackapi/core/views/deployment_networks.py
@@ -15,8 +15,6 @@ class DeploymentNetworkListCreate(APIView):
 
     def post(self, request, format = None):
         data = parse_request(request.DATA)  
-        print "REQUESTDATA"
-        print data
         if 'auth' not in data:
             return Response(status=status.HTTP_400_BAD_REQUEST)        
         elif 'deploymentNetwork' in data: