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 7595c46 commit 272695cCopy full SHA for 272695c
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