Update SellerView.vue

This commit is contained in:
Bruno Esteves 2022-12-27 18:20:01 -03:00 committed by GitHub
parent cdea930c8a
commit 3e907e8498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ const approveOffer = async ({ offer, pixKey }: any) => {
}; };
const sendNetwork = async () => { const sendNetwork = async () => {
console.log("OIOI");
loading.value = true; loading.value = true;
try { try {
if (offerValue.value && pixKeyBuyer.value) { if (offerValue.value && pixKeyBuyer.value) {
@ -43,7 +42,6 @@ const sendNetwork = async () => {
loading.value = false; loading.value = false;
} }
} catch (err) { } catch (err) {
console.log("Erro");
console.log(err); console.log(err);
flowStep.value = Step.Network; flowStep.value = Step.Network;
loading.value = false; loading.value = false;