Skip to content

Commit cb794b6

Browse files
committed
remove log
1 parent ff564dd commit cb794b6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/cards/ReposCard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ function ReposCard({ analyticsTag, icon, withAds }) {
151151
)
152152
let values = await Promise.all(promises)
153153
values = values.filter(Boolean)
154-
console.log(666, values)
155154
const nbrTags = values.length
156155
let minLength = Math.min(...values.map(v => v.length))
157156
const data = []

0 commit comments

Comments
 (0)