diff --git a/fig/cli/main.py b/fig/cli/main.py index 1e2ea90f..aa3b1428 100644 --- a/fig/cli/main.py +++ b/fig/cli/main.py @@ -219,7 +219,6 @@ class TopLevelCommand(Command): """ if options['--up']: - # FIXME: I'm not sure if this is good python form self.up({'-d': True, 'SERVICE': None}) service = self.project.get_service(options['SERVICE'])