Skip to content

Commit 8e1525e

Browse files
committed
Forgot to remove console.log
1 parent 8615065 commit 8e1525e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ export const getStaticProps: GetStaticProps = async () => {
210210
) {
211211
counter += 1;
212212
}
213-
console.log(releases[0].tag_name);
214213
if (counter >= releases.length) {
215214
console.log("Failed to get version data from github api.");
216215
update = {

0 commit comments

Comments
 (0)