mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-31 18:01:36 -04:00
chore: removed unnecessary comment (#47793)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
const { isEmpty } = require('lodash');
|
||||
|
||||
// TODO: secure with tests
|
||||
function getLines(contents, range) {
|
||||
if (isEmpty(range)) {
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user