Skip to content

Commit 12782ed

Browse files
committed
remove console log
1 parent 34261e3 commit 12782ed

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
@@ -75,7 +75,6 @@ function ReposCard({ analyticsTag, icon, withAds }) {
7575

7676
const getInitialDateRange = () => {
7777
const githubCardSettings = cardsSettings && cardsSettings.repos ? cardsSettings.repos : null
78-
console.log(githubCardSettings)
7978
if (githubCardSettings && githubCardSettings.dateRange) {
8079
return githubCardSettings.dateRange
8180
}

0 commit comments

Comments
 (0)