Remove outdated comment (#4190)

We now always return a conditional group.
master
Christopher Chedeau 2018-03-21 14:38:51 -07:00 committed by GitHub
parent 24f45d1b50
commit adf6d1849d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -3181,9 +3181,6 @@ function printArgumentsList(path, options, print) {
return concat(parts);
}, "arguments");
// This is just an optimization; I think we could return the
// conditional group for all function calls, but it's more expensive
// so only do it for specific forms.
const shouldGroupFirst = shouldGroupFirstArg(args);
const shouldGroupLast = shouldGroupLastArg(args);
if (shouldGroupFirst || shouldGroupLast) {