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

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

Issue 16069008: [Telemetry] Remove a debugging print statement I accidentally left in. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/page/page.py
diff --git a/tools/telemetry/telemetry/page/page.py b/tools/telemetry/telemetry/page/page.py
index 6ae91a477ea3508a7079f6068daa79c48d4d08a8..fa527635c246593b1808be2aca918f1b3d080ac4 100644
--- a/tools/telemetry/telemetry/page/page.py
+++ b/tools/telemetry/telemetry/page/page.py
@@ -76,9 +76,6 @@ class Page(object):
if hasattr(self.page_set, 'serving_dirs'):
url_base_dir = os.path.commonprefix(self.page_set.serving_dirs)
base_path = _UrlPathJoin(self.base_dir, url_base_dir)
- print ([_UrlPathJoin(self.base_dir, d)
- for d in self.page_set.serving_dirs],
- path.replace(base_path, ''))
return ([_UrlPathJoin(self.base_dir, d)
for d in self.page_set.serving_dirs],
path.replace(base_path, ''))
« 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