Skip to content

Commit 515b92f

Browse files
committed
Issue/787 - Remove unused code
1 parent 194e19b commit 515b92f

File tree

2 files changed

+0
-357
lines changed

2 files changed

+0
-357
lines changed

test/infinicore/framework/reporter.py

Lines changed: 0 additions & 355 deletions
This file was deleted.

test/infinicore/run.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,9 @@ def main():
238238
driver = TestDriver()
239239
cumulative_timing = TestTiming()
240240
test_summary = TestSummary(args.verbose, args.bench)
241-
# printer = ConsolePrinter()
242241
results = []
243242

244243
test_summary.print_header(discoverer.ops_dir, len(test_files))
245-
# printer.print_header(discoverer.ops_dir, len(test_files))
246244

247245
# 3. Execution Loop
248246
for f in test_files:

0 commit comments

Comments
 (0)