Commit dca46ed1 authored by tonyg@chromium.org's avatar tonyg@chromium.org

[Telemetry] Remove a debugging print statement I accidentally left in.

BUG=None
TEST=None
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/16069008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202637 0039d316-1c4b-4281-b951-d872f2087c98
parent 40de851e
......@@ -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, ''))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment