| Index: scripts/slave/recipes/skia/ct_skps.py
|
| diff --git a/scripts/slave/recipes/skia/ct_skps.py b/scripts/slave/recipes/skia/ct_skps.py
|
| index 3bebe7ecc2dd40dcad6db6594b30726d242ac1c2..eec8f543f87b366e0f9f8557df24bde8f45420db 100644
|
| --- a/scripts/slave/recipes/skia/ct_skps.py
|
| +++ b/scripts/slave/recipes/skia/ct_skps.py
|
| @@ -179,8 +179,6 @@ def RunSteps(api):
|
| gs_dest_dir = 'ct/%s/%d/%02d/%02d/%02d/' % (
|
| ct_page_type, utc.year, utc.month, utc.day, utc.hour)
|
| for json_output in api.file.listdir('output dir', output_dir):
|
| - # TODO(rmistry): Use api.skia.gsutil_upload once the skia recipe
|
| - # is usable without needing to call gen_steps first.
|
| api.gsutil.upload(
|
| name='upload json output',
|
| source=output_dir.join(json_output),
|
|
|