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:46:11 UTC

[incubator-dlab] branch develop updated: [DLAB-2045]: Removed unnecessary console.logs (#905)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 5e51544   [DLAB-2045]: Removed unnecessary console.logs (#905)
5e51544 is described below

commit 5e51544e20b007ce8ee4b6d8a610c5b500b5fb3d
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Mon Sep 14 14:46:05 2020 +0300

     [DLAB-2045]: Removed unnecessary console.logs (#905)
    
    [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