Remove debug statements.
This commit is contained in:
parent
0968581094
commit
8efc174e0e
@ -1,5 +1,5 @@
|
|||||||
name: dxos.network/console-app
|
name: dxos.network/console-app
|
||||||
displayName: DxOS Console Client
|
displayName: DxOS Console Client
|
||||||
build: yarn dist
|
build: yarn dist
|
||||||
version: 0.0.4
|
version: 0.0.5
|
||||||
package: QmZ7n2yQzExc4ciFQyYhHx4AxQej4nCKxVKGddiW9AMUKT
|
package: QmdfH6aCMUM1A23DGCd1A97fuM6od3ZvFU45UyUYvPFx2i
|
||||||
|
@ -51,11 +51,7 @@ const VersionCheck = () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.error('ZZZZZ', current, latest);
|
|
||||||
|
|
||||||
setUpgrade({ current, latest: latest !== current ? latest : undefined });
|
setUpgrade({ current, latest: latest !== current ? latest : undefined });
|
||||||
} else {
|
|
||||||
console.error('YYY', current, latest);
|
|
||||||
}
|
}
|
||||||
}, [statusResponse, wnsResponse]);
|
}, [statusResponse, wnsResponse]);
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"name": "@dxos/console-app",
|
"name": "@dxos/console-app",
|
||||||
"buildDate": "2020-06-13T05:36:40.817Z",
|
"buildDate": "2020-06-13T05:39:26.188Z",
|
||||||
"version": "1.0.0-beta.5"
|
"version": "1.0.0-beta.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user