ref: remove unecessary comments

This commit is contained in:
Shrey Paharia
2025-04-24 00:33:09 +05:30
parent abb5063b3e
commit 0f37cf0851
2 changed files with 3 additions and 3 deletions

View File

@@ -757,7 +757,7 @@ async function displayNextTask(tasksPath, complexityReportPath = null) {
data.tasks,
true,
complexityReport
) // Pass complexityReport
)
],
[
chalk.cyan.bold('Complexity:'),
@@ -1187,7 +1187,7 @@ async function displayTaskById(tasksPath, taskId, complexityReportPath = null) {
data.tasks,
true,
complexityReport
) // Pass complexityReport
)
],
[
chalk.cyan.bold('Complexity:'),