suppression de logs de debug

This commit is contained in:
Vincent BENOIT
2022-11-24 16:12:34 +01:00
parent f1ce3f25b7
commit 8423f2b4c5
@@ -41,7 +41,6 @@ export class LogsComponent implements OnInit {
onTabChanged(event:any): void {
switch(event.tab.textLabel) {
case 'Configurateur.log':
console.log("configurateur");
this.isProcessing = true;
this.bs.retreiveConfLogs().subscribe(
(datas:Log[]) => {
@@ -57,7 +56,6 @@ export class LogsComponent implements OnInit {
);
break;
case 'KineIntercom.log':
console.log("kineintercom");
this.isProcessing = true;
this.bs.retreiveAppLogs().subscribe(
(datas:Log[]) => {