Skip to content

Commit c063cf8

Browse files
authored
Removed redundant console.log (#240)
1 parent e83c4d3 commit c063cf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/webassembly/client.js

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export class Client {
3737
async updateTopology() {
3838
let response = await http('get', this.topologyEndpoint);
3939
let topology = JSON.parse(response); // make sure it's a valid json
40-
console.log(topology);
4140
this.topology = topology;
4241
this.onUpdatedTopology();
4342
return topology;

0 commit comments

Comments
 (0)