vim-update dealing with SDN controller and port mapping
[osm/osmclient.git] / osmclient / sol005 / sdncontroller.py
index b11eb06..29b8f68 100644 (file)
@@ -52,7 +52,7 @@ class SdnController(object):
                                        postfields_dict=sdn_controller)
         if resp:
             resp = json.loads(resp)
-        print 'RESP: {}'.format(resp)
+        #print 'RESP: {}'.format(resp)
         if not resp or 'id' not in resp:
             raise ClientException('failed to update SDN controller: '.format(
                                   resp))