We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f7429 commit 5a0202fCopy full SHA for 5a0202f
server/main.js
@@ -71,7 +71,6 @@ function fetchKeyText() {
71
reject(err);
72
return;
73
}
74
- console.log(githubResponse)
75
keytext = body;
76
resolve(keytext)
77
})
0 commit comments