feat: ssl pra debug

This commit is contained in:
2025-01-25 13:39:50 -03:00
parent 412eb763db
commit 56ca14e1cb
8 changed files with 7 additions and 6 deletions

View File

@@ -174,11 +174,7 @@ function teclado(event){
console.log(event.keyCode)
}
}else{
if (event.keyCode == 13){
troco()
}else{
console.log('')
}
console.log('')
}
}