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
|
||||
displayName: DxOS Console Client
|
||||
build: yarn dist
|
||||
version: 0.0.5
|
||||
package: QmdfH6aCMUM1A23DGCd1A97fuM6od3ZvFU45UyUYvPFx2i
|
||||
version: 0.0.6
|
||||
package: QmZpM8u7ZUfQpXLgtdB1ug7nGExUrXhebtTSfSBPrRwcLX
|
||||
|
@ -44,7 +44,6 @@ export const createResolvers = config => {
|
||||
},
|
||||
|
||||
wns_records: async (_, { attributes }) => {
|
||||
console.error(attributes);
|
||||
log('WNS records...');
|
||||
const data = await registry.queryRecords(attributes);
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"build": {
|
||||
"name": "@dxos/console-app",
|
||||
"buildDate": "2020-06-13T06:47:50.971Z",
|
||||
"version": "1.0.0-beta.6"
|
||||
"buildDate": "2020-06-13T06:48:40.646Z",
|
||||
"version": "1.0.0-beta.7"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user