Skip to content

Commit e11bd00

Browse files
juxtinCopilot
andauthored
Remove debug line
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b737283 commit e11bd00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/snapshot-generator.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ function getNonEmptyValue(str?: string) {
141141
// getDepgraphFiles recursively finds all files that match the filename within the directory
142142
function getDepgraphFiles(directory: string, filename: string): string[] {
143143
let files: string[] = [];
144-
// debug only
145-
files = readdirSync(directory);
146144
try {
147145
files = readdirSync(directory)
148146
.filter((f: string) => f === filename)

0 commit comments

Comments
 (0)