forked from verdnatura/salix-front
remove consolelog
This commit is contained in:
parent
6db52e00ea
commit
35eae2f9a5
|
@ -119,7 +119,6 @@ async function updateDestinations(claimDestinationFk) {
|
|||
}
|
||||
|
||||
async function updateDestination(claimDestinationFk, row) {
|
||||
console.log(claimDestinationFk, row);
|
||||
if (claimDestinationFk) {
|
||||
await axios.post('Claims/updateClaimDestination', {
|
||||
claimDestinationFk,
|
||||
|
|
Loading…
Reference in New Issue