Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantachai Saothong (Manta) committed Apr 25, 2017
1 parent 4eac495 commit d282255
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions edge/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -869,9 +869,6 @@ function format(content, options) {
outputBuffer.append(commentLines.map(line => indent + line).join(options.newLineChar)).append(options.newLineChar)
}

} else if (inputNode instanceof stylus.nodes.Null) {
return ''

} else {
warnings.push({ message: 'Found unknown object', data: inputNode })
}
Expand Down

0 comments on commit d282255

Please sign in to comment.