remove unnecessary print
authorTony Mack <tmack@cs.princeton.edu>
Tue, 22 Jan 2008 19:38:44 +0000 (19:38 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 22 Jan 2008 19:38:44 +0000 (19:38 +0000)
qaapi/qa/modules/plc/install.py

index e8a8e47..3344da5 100644 (file)
@@ -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()