We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff564dd commit cb794b6Copy full SHA for cb794b6
1 file changed
src/cards/ReposCard.js
@@ -151,7 +151,6 @@ function ReposCard({ analyticsTag, icon, withAds }) {
151
)
152
let values = await Promise.all(promises)
153
values = values.filter(Boolean)
154
- console.log(666, values)
155
const nbrTags = values.length
156
let minLength = Math.min(...values.map(v => v.length))
157
const data = []
0 commit comments