From 72a8b8ab97dfaaf7ae78308dc6acdf8e97c23a97 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 29 Jan 2008 21:19:10 +0000 Subject: [PATCH] remove unnecessary print --- qaapi/qa/tests/plc_configure.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qaapi/qa/tests/plc_configure.py b/qaapi/qa/tests/plc_configure.py index 249c7cc..4857651 100644 --- a/qaapi/qa/tests/plc_configure.py +++ b/qaapi/qa/tests/plc_configure.py @@ -21,7 +21,6 @@ class plc_configure(Test): tmpname = '/tmp/plc-config-tty-%d' % os.getpid() fileconf = open(tmpname, 'w') for var in plc_vars: - print 'e %s\n%s\n' % (var, getattr(self.config, var)) fileconf.write('e %s\n%s\n' % (var, getattr(self.config, var))) fileconf.write('w\nq\n') fileconf.close() -- 2.47.0