You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/09/14 11:44:19 UTC

[incubator-dlab] 01/01: [DLAB-2045]: Removed unnecessary console.logs

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DLAB-2045
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit b76f10aac2e580df59185536af2b8f71a55901d2
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Mon Sep 14 14:43:31 2020 +0300

    [DLAB-2045]: Removed unnecessary console.logs
---
 .../app/reports/reporting/reporting-grid/reporting-grid.component.ts    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.ts b/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.ts
index 51e8581..6172a78 100644
--- a/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/reports/reporting/reporting-grid/reporting-grid.component.ts
@@ -110,7 +110,6 @@ export class ReportingGridComponent implements OnInit, AfterViewInit {
   refreshData(fullReport, report) {
     this.reportData = [...report];
     this.fullReport = fullReport;
-    console.log(fullReport);
     this.checkFilters();
   }
 
@@ -188,7 +187,6 @@ export class ReportingGridComponent implements OnInit, AfterViewInit {
   }
 
   private checkMaxRight() {
-    console.log('check');
     if (this.reportData && this.reportData.length < 5) {
       const arg = this.pageWrapper.nativeElement.offsetWidth - 15 +
       this.pageWrapper.nativeElement.scrollLeft + 2 <= this.table._elementRef.nativeElement.offsetWidth;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org