| Index: editor/build/promote.py
|
| diff --git a/editor/build/promote.py b/editor/build/promote.py
|
| index c949a98b10685e922fe65bd76379fe9bf1c3a849..567e2ea960c47e717fbbf4987708981b85648a90 100644
|
| --- a/editor/build/promote.py
|
| +++ b/editor/build/promote.py
|
| @@ -77,9 +77,6 @@ def main():
|
|
|
| if command == 'promote':
|
| _PromoteDartArchiveBuild(options.channel, options.revision)
|
| - # FIXME/TODO(kustermann,ricow): Implement Api documentation upload/refresh.
|
| - # Issue: http://dartbug.com/14901
|
| - ## UpdateDocs()
|
|
|
|
|
| def UpdateDocs():
|
|
|