From 67ff54559e48a04a56f2246575697b963e1bfe98 Mon Sep 17 00:00:00 2001 From: Rajat Date: Mon, 3 Oct 2022 17:57:21 +0530 Subject: [PATCH] chore: removed unnecessary comment (#47793) --- utils/get-lines.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/get-lines.js b/utils/get-lines.js index be3e1546269..9e883aec0e9 100644 --- a/utils/get-lines.js +++ b/utils/get-lines.js @@ -1,6 +1,5 @@ const { isEmpty } = require('lodash'); -// TODO: secure with tests function getLines(contents, range) { if (isEmpty(range)) { return '';