@acorex/connectivity 20.3.0-next.19 → 20.3.0-next.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -861,7 +861,6 @@ class AXCReportManagementDataService {
861
861
  this.dataLoaded = false;
862
862
  }
863
863
  async executeReport(reportId, parameters = {}) {
864
- debugger;
865
864
  const url = `{this.dataService['baseUrl']}/api/v1/global/Report-Management/report/Execute`;
866
865
  const body = {
867
866
  reportId,