We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff7f17 commit 9268da0Copy full SHA for 9268da0
1 file changed
src/services/NetworkService.js
@@ -33,7 +33,6 @@ export default class NetworkService {
33
if(!bucket) return;
34
35
const entries = await NetworkService.getAll();
36
- console.log(entries);
37
if(entries) {
38
Object.keys(entries).map(b => {
39
const blockchain = convertBlockchain(b);
0 commit comments