Skip to content

Commit c262572

Browse files
committed
remove some debug console.logs
1 parent fb789d2 commit c262572

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils/coana.mts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,8 @@ export function extractTier1ReachabilityScanId(
6666
socketFactsFile: string,
6767
): string | undefined {
6868
try {
69-
console.log('socketFactsFile', socketFactsFile)
7069
const content = readFileSync(socketFactsFile, 'utf8')
71-
console.log('content', content)
7270
const json = JSON.parse(content)
73-
console.log('json', json)
7471
return json.tier1ReachabilityScanId
7572
} catch {
7673
return undefined

0 commit comments

Comments
 (0)