Skip to content

Commit

Permalink
Added back a console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Mario committed Apr 28, 2024
1 parent a1833d4 commit b45bea8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ class CreationHistoricalRecord{
});

this.initRecord();
console.log('Registro enviado:', response.data);
} catch (error) {
console.error('Error al enviar el registro:', error.message);
}
}

Expand Down

0 comments on commit b45bea8

Please sign in to comment.