Skip to content

Commit 7cbf997

Browse files
committed
fix: removed excess logging
1 parent 9dcb510 commit 7cbf997

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

backend/src/tools/batch-str-replace.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -510,16 +510,6 @@ async function callBenchify(
510510
fix_types: ['string_literals'],
511511
})
512512

513-
logger.info(
514-
{
515-
responseReceived: !!response,
516-
responseLength: response?.length || 0,
517-
responseFiles: response?.map((r) => r.path) || [],
518-
...context,
519-
},
520-
'Benchify runFixer API response received',
521-
)
522-
523513
return response
524514
}
525515

0 commit comments

Comments
 (0)