forked from cerc-io/laconic-console
Remove more debug lines.
This commit is contained in:
parent
e9cd9c088d
commit
8c923d8c95
@ -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.5
|
version: 0.0.6
|
||||||
package: QmdfH6aCMUM1A23DGCd1A97fuM6od3ZvFU45UyUYvPFx2i
|
package: QmZpM8u7ZUfQpXLgtdB1ug7nGExUrXhebtTSfSBPrRwcLX
|
||||||
|
@ -44,7 +44,6 @@ export const createResolvers = config => {
|
|||||||
},
|
},
|
||||||
|
|
||||||
wns_records: async (_, { attributes }) => {
|
wns_records: async (_, { attributes }) => {
|
||||||
console.error(attributes);
|
|
||||||
log('WNS records...');
|
log('WNS records...');
|
||||||
const data = await registry.queryRecords(attributes);
|
const data = await registry.queryRecords(attributes);
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"name": "@dxos/console-app",
|
"name": "@dxos/console-app",
|
||||||
"buildDate": "2020-06-13T06:47:50.971Z",
|
"buildDate": "2020-06-13T06:48:40.646Z",
|
||||||
"version": "1.0.0-beta.6"
|
"version": "1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user