1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-24 04:31:31 +03:00

style(server): remove unecessary console.log() from DeepSpeech parser

This commit is contained in:
louistiti 2021-03-06 13:08:02 +08:00
parent 297fd75ced
commit 631c28db94
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -14,7 +14,6 @@ try {
log.success('GPU version found')
} catch (eGpu) {
console.log(eGpu)
log.info('GPU version not found, trying to get the CPU version...')
try {