We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d69cb commit a782d7fCopy full SHA for a782d7f
web-server/pages/api/internal/version.ts
@@ -125,7 +125,6 @@ function isUpdateAvailable({
125
const behindCommitsCount = process.env.BEHIND_COMMITS_COUNT
126
? Number(process.env.BEHIND_COMMITS_COUNT)
127
: 0;
128
- console.log('behindCommitsCount', behindCommitsCount);
129
return behindCommitsCount > 0;
130
}
131
0 commit comments