Skip to content

Commit

Permalink
Removing unneeded log output
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Dec 22, 2023
1 parent 2234ede commit 9c99ce4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ async function main() {
/* Output is an array of objects to be sent to frontend through frontend.json */
const output = []

console.log(chalk`About to analyze {cyanBright.bold ${results.length}} repositories from {cyanBright.bold ${owner}}`)
for (const repository of results) {
// Avoiding analysis of archived repositories
if (!repository.archived) {
Expand Down

0 comments on commit 9c99ce4

Please sign in to comment.