Skip to content

Commit

Permalink
fix(tests): comment out console.log statement in utils/attack-data
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Oct 18, 2024
1 parent 0e5581a commit 8a07789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/attack-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function getCachedOrFetchAttackData(
}

await writeFile(filePath, JSON.stringify(stixData, null, 2), 'utf8');
console.log(`Successfully cached data for ${domain} at ${filePath}`);
// console.log(`Successfully cached data for ${domain} at ${filePath}`);
return stixData;
}
} catch (error) {
Expand Down

0 comments on commit 8a07789

Please sign in to comment.