From e1a7cbfd5573c755d240d4546ddc3797e34b7c2b Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 22 Jan 2008 19:38:44 +0000 Subject: [PATCH] remove unnecessary print --- qaapi/qa/modules/plc/install.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.47.0