Remove debug statements.

This commit is contained in:
Thomas E Lackey 2020-06-13 01:41:49 -05:00
parent 0968581094
commit 8efc174e0e
3 changed files with 4 additions and 8 deletions

View File

@ -1,5 +1,5 @@
name: dxos.network/console-app
displayName: DxOS Console Client
build: yarn dist
version: 0.0.4
package: QmZ7n2yQzExc4ciFQyYhHx4AxQej4nCKxVKGddiW9AMUKT
version: 0.0.5
package: QmdfH6aCMUM1A23DGCd1A97fuM6od3ZvFU45UyUYvPFx2i

View File

@ -51,11 +51,7 @@ const VersionCheck = () => {
}
});
console.error('ZZZZZ', current, latest);
setUpgrade({ current, latest: latest !== current ? latest : undefined });
} else {
console.error('YYY', current, latest);
}
}, [statusResponse, wnsResponse]);

View File

@ -1,7 +1,7 @@
{
"build": {
"name": "@dxos/console-app",
"buildDate": "2020-06-13T05:36:40.817Z",
"version": "1.0.0-beta.5"
"buildDate": "2020-06-13T05:39:26.188Z",
"version": "1.0.0-beta.6"
}
}