Skip to content

Commit

Permalink
refactor: Remover alerta ao não conseguir carregar os modelos
Browse files Browse the repository at this point in the history
  • Loading branch information
o-igor-trentini committed Feb 20, 2024
1 parent 74bee7f commit 52eb166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/myfaceapi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export class MyFaceApi {

this.play();
} catch (err: unknown) {
alert('Não foi possível carregar os modelos, verifique no console!');
console.log('### error', err);
}
}
Expand Down

0 comments on commit 52eb166

Please sign in to comment.