From: Tony Mack Date: Tue, 22 Jan 2008 19:38:44 +0000 (+0000) Subject: remove unnecessary print X-Git-Tag: 2008-02-11-last-vmware-support~116 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e1a7cbfd5573c755d240d4546ddc3797e34b7c2b;p=tests.git remove unnecessary print --- diff --git a/qaapi/qa/modules/plc/install.py b/qaapi/qa/modules/plc/install.py index e8a8e47..3344da5 100644 --- a/qaapi/qa/modules/plc/install.py +++ b/qaapi/qa/modules/plc/install.py @@ -16,7 +16,6 @@ class install(Test): if not url: try: - print self.config.path url_file = open("%s/URL" % url_path) url = url_file.read().strip() url_file.close()