Skip to content

Commit 272695c

Browse files
remove log statment
1 parent 7595c46 commit 272695c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web-server/pages/api/internal/version.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ function isUpdateAvailable({
125125
const behindCommitsCount = process.env.BEHIND_COMMITS_COUNT
126126
? Number(process.env.BEHIND_COMMITS_COUNT)
127127
: 0;
128-
console.log('behindCommitsCount', behindCommitsCount);
129128
return behindCommitsCount > 0;
130129
}
131130

0 commit comments

Comments
 (0)