suppression de logs de debug
This commit is contained in:
@@ -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[]) => {
|
||||
|
||||
Reference in New Issue
Block a user