Stray debug print removal.

This commit is contained in:
Jussi Pakkanen 2016-12-03 16:19:02 +02:00
parent 3ab117fd52
commit c1efaafec4
1 changed files with 0 additions and 1 deletions

View File

@ -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'):