We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd16bfc commit bb0d85cCopy full SHA for bb0d85c
1 file changed
src/utils/wa-version.ts
@@ -35,8 +35,6 @@ const extract = async () => {
35
v.isLatest = true;
36
v.version = [2, 3000, version];
37
38
- console.log('VERSION: ', v);
39
-
40
setInterval(
41
async () => {
42
const version = await extract();
0 commit comments