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

Unified Diff: perf_insights/perf_insights/map_runner.py

Issue 1412003011: [perf-insights] - Remove a stray print. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 5 years, 1 month 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: perf_insights/perf_insights/map_runner.py
diff --git a/perf_insights/perf_insights/map_runner.py b/perf_insights/perf_insights/map_runner.py
index aad3d03b779a9188c84e28b5e95d9c0791bdaf4d..f782904affd7f2602e330a556ec8d930feef80b8 100644
--- a/perf_insights/perf_insights/map_runner.py
+++ b/perf_insights/perf_insights/map_runner.py
@@ -43,7 +43,6 @@ class MapRunner(object):
if jobs == AUTO_JOB_COUNT:
jobs = multiprocessing.cpu_count()
- print jobs
self._wq = threaded_work_queue.ThreadedWorkQueue(num_threads=jobs)
def _ProcessOneTrace(self, trace_handle):
« 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