We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34261e3 commit 12782edCopy full SHA for 12782ed
1 file changed
src/cards/ReposCard.js
@@ -75,7 +75,6 @@ function ReposCard({ analyticsTag, icon, withAds }) {
75
76
const getInitialDateRange = () => {
77
const githubCardSettings = cardsSettings && cardsSettings.repos ? cardsSettings.repos : null
78
- console.log(githubCardSettings)
79
if (githubCardSettings && githubCardSettings.dateRange) {
80
return githubCardSettings.dateRange
81
}
0 commit comments