diff options
-rwxr-xr-x | mesontest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesontest.py b/mesontest.py index 73c92e4..f7e6811 100755 --- a/mesontest.py +++ b/mesontest.py @@ -146,7 +146,6 @@ class TestHarness: self.datafile = os.path.join(options.wd, 'meson-private/meson_benchmark_setup.dat') else: self.datafile = os.path.join(options.wd, 'meson-private/meson_test_setup.dat') - print(self.datafile) def run_single_test(self, wrap, test): if test.fname[0].endswith('.jar'): |