Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-kryha committed Mar 1, 2024
1 parent 396aae7 commit 34d72f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/util/contract-callbacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const formOfferResultCallback =
break;
}
case OFFER_STATUS.seated: {
console.log("Offer seated");
if(callback.seated) callback.seated();
break;
}
Expand Down

0 comments on commit 34d72f5

Please sign in to comment.