Skip to content

Commit

Permalink
chore: remove consolog
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Sep 26, 2024
1 parent 6abcae2 commit 24d26ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/background/src/index.integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ describe('integration test', () => {
describe('cfx_getFeeBurnt', async () => {
test('cfx_getFeeBurnt', async () => {
const result = await request({method: 'cfx_getFeeBurnt'})
console.log(result)
expect(result.result.startsWith('0x')).toBeTruthy()
})
})
Expand Down

0 comments on commit 24d26ea

Please sign in to comment.