Skip to content

Commit

Permalink
Remove unecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 29, 2024
1 parent 448c660 commit 886c4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3892,7 +3892,7 @@ async function sendAVideoMobileMessage(type, value) {
console.log('sendAVideoMobileMessage executed', name, response, type, value);
break;
} else {
console.log('sendAVideoMobileMessage not found', name, type, value);
//console.log('sendAVideoMobileMessage not found', name, type, value);
}
}
} else {
Expand Down

0 comments on commit 886c4c9

Please sign in to comment.