Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 9bad927

Browse files
committed
chore: remove unnecessary comment
1 parent 57bbe1a commit 9bad927

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ pub fn tsconfig_includes(
231231
.parent()
232232
.unwrap()
233233
.join("tsconfig.json");
234-
// list_included_files(tsconfig)
235234
match calculation_type {
236235
Calculation::Estimate => tsconfig_includes_estimate(&monorepo_root, tsconfig),
237236
Calculation::Exact => tsconfig_includes_exact(&monorepo_root, tsconfig),

0 commit comments

Comments
 (0)