chore: removed unnecessary comment (#47793)

This commit is contained in:
Rajat
2022-10-03 17:57:21 +05:30
committed by GitHub
parent f0ebb337e2
commit 67ff54559e

View File

@@ -1,6 +1,5 @@
const { isEmpty } = require('lodash');
// TODO: secure with tests
function getLines(contents, range) {
if (isEmpty(range)) {
return '';