Pagination in request and response; Fix alarm client issue
[pti/o2.git] / o2ims / domain / ocloud.py
index ce55aee..047fb8b 100644 (file)
@@ -47,7 +47,6 @@ class DeploymentManager(AgRoot, Serializer):
         self.extensions = []
 
     def serialize(self):
-        print(self.__dict__)
         d = Serializer.serialize(self)
 
         if 'profile' in d and d['profile'] != '':