Remove obsolete method call that breaks ./mach update-css.

This commit is contained in:
Josh Matthews 2015-09-03 00:37:44 -04:00
parent b7c88dd547
commit 152b76b963

View file

@ -315,7 +315,6 @@ class MachCommands(CommandBase):
parser=updatecommandline.create_parser())
def update_css(self, **kwargs):
self.ensure_bootstrapped()
self.ensure_wpt_virtualenv()
run_file = path.abspath(path.join("tests", "wpt", "update_css.py"))
run_globals = {"__file__": run_file}
execfile(run_file, run_globals)