Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: tools/telemetry/telemetry/benchmark_runner.py

Issue 658803004: [Telemetry] Remove spamming print in benchmark_runner.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/benchmark_runner.py
diff --git a/tools/telemetry/telemetry/benchmark_runner.py b/tools/telemetry/telemetry/benchmark_runner.py
index 13a2fc20f6b2eb7c0bcef07e44dc6165f07dd351..aa595184bc5cb73057c10ccbcbe211d4f6c40926 100644
--- a/tools/telemetry/telemetry/benchmark_runner.py
+++ b/tools/telemetry/telemetry/benchmark_runner.py
@@ -189,7 +189,6 @@ def _MatchingCommands(string):
@decorators.Cache
def _Benchmarks():
benchmarks = []
- print config
for base_dir in config.base_paths:
benchmarks += discover.DiscoverClasses(base_dir, base_dir,
benchmark.Benchmark,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698