Skip to content

Commit 9268da0

Browse files
committed
prices
1 parent cff7f17 commit 9268da0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/NetworkService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export default class NetworkService {
3333
if(!bucket) return;
3434

3535
const entries = await NetworkService.getAll();
36-
console.log(entries);
3736
if(entries) {
3837
Object.keys(entries).map(b => {
3938
const blockchain = convertBlockchain(b);

0 commit comments

Comments
 (0)