summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpactest/pactest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pactest/pactest.py b/pactest/pactest.py
index 3b57285b..77ce0af3 100755
--- a/pactest/pactest.py
+++ b/pactest/pactest.py
@@ -40,7 +40,6 @@ def globTests(option, opt_str, value, parser):
globlist += glob.glob(parser.rargs[idx])
idx += 1
- print "tests: %s" % globlist
parser.rargs = parser.rargs[idx:]
setattr(parser.values, option.dest, globlist)