Skip to content

Commit

Permalink
fix: remove logs"
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Feb 28, 2024
1 parent 80f96f6 commit c0b2cb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const testnet = new DAppKit({
const errorSelector = keccak256("Error(string)").toString("hex").slice(0, 8);
const panicSelector = keccak256("Panic(uint256)").toString("hex").slice(0, 8);

console.log(errorSelector);
console.log(panicSelector);

export function decodeRevertReason(data: string): string {
try {
Expand Down Expand Up @@ -64,8 +62,6 @@ function App() {
) => {
const tx = await dappKit.thor.transaction(txHash).get();

console.log(tx);

if (!tx) return;

const block = await dappKit.thor.block(tx.meta.blockID).get();
Expand Down

0 comments on commit c0b2cb0

Please sign in to comment.