diff --git a/pym/cl_profile.py b/pym/cl_profile.py index 3c25dfd..7eec797 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -5360,7 +5360,6 @@ class squid(procmail): def join(self, squidObj): """Объединяем конфигурации""" if isinstance(squidObj, squid): - print squidObj.doc.toprettyxml() #print squidObj.getConfig() self.docObj.joinDoc(squidObj.doc)