Auto merge of #14382 - nox:revert-garbage, r=nox

Revert temporary commit used to debug something in #14225

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14382)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-11-28 00:40:49 -08:00 committed by GitHub
commit 17ccc6b393

View file

@ -345,7 +345,7 @@ class MachCommands(CommandBase):
default=None,
action='store_true',
help='Enable debug assertions in release')
def build_cef(self, jobs=None, verbose=True, release=False,
def build_cef(self, jobs=None, verbose=False, release=False,
with_debug_assertions=False):
self.ensure_bootstrapped()