We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83c4d3 commit c063cf8Copy full SHA for c063cf8
clients/webassembly/client.js
@@ -37,7 +37,6 @@ export class Client {
37
async updateTopology() {
38
let response = await http('get', this.topologyEndpoint);
39
let topology = JSON.parse(response); // make sure it's a valid json
40
- console.log(topology);
41
this.topology = topology;
42
this.onUpdatedTopology();
43
return topology;
0 commit comments