mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-28 04:04:58 +03:00
style(server): remove unecessary console.log() from DeepSpeech parser
This commit is contained in:
parent
297fd75ced
commit
631c28db94
@ -14,7 +14,6 @@ try {
|
|||||||
|
|
||||||
log.success('GPU version found')
|
log.success('GPU version found')
|
||||||
} catch (eGpu) {
|
} catch (eGpu) {
|
||||||
console.log(eGpu)
|
|
||||||
log.info('GPU version not found, trying to get the CPU version...')
|
log.info('GPU version not found, trying to get the CPU version...')
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user