Fix lint error

master
Simon Lydell 2017-05-26 22:13:29 +02:00
parent fe48638376
commit 48d9267dd5
1 changed files with 0 additions and 1 deletions

View File

@ -926,7 +926,6 @@ function printDanglingComments(path, options, sameIndent) {
function printComments(path, print, options, needsSemi) {
const value = path.getValue();
const parent = path.getParentNode();
const printed = print(path);
const comments = value && value.comments;