Skip to content

Commit

Permalink
feat: console delete
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailDeng authored and AbigailDeng committed May 9, 2024
1 parent f0be18a commit 269d5e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-96.83%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-93.69%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-96.72%25-brightgreen.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-97.01%25-brightgreen.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-96.82%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-93.69%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-96.72%25-brightgreen.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-97.01%25-brightgreen.svg?style=flat) |


## 1. Introduction
Expand Down
1 change: 0 additions & 1 deletion src/contract/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class Contract {
this._chain = chain;
this.address = address;
this.services = services;
console.log(services, 'services');
}

deserializeLog(logs = [], logName) {
Expand Down

0 comments on commit 269d5e8

Please sign in to comment.