From 8b0b9082d279bd16af067a48b68b8dca288f7488 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Wed, 18 Dec 2019 14:02:16 +0100 Subject: [PATCH] MOBILE-3213 database: Remove console.error calls --- src/addon/mod/data/components/index/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/addon/mod/data/components/index/index.ts b/src/addon/mod/data/components/index/index.ts index ebd311e52..b63f00ce0 100644 --- a/src/addon/mod/data/components/index/index.ts +++ b/src/addon/mod/data/components/index/index.ts @@ -286,7 +286,6 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp let entriesHTML = this.dataHelper.getTemplate(this.data, 'listtemplateheader', this.fieldsArray); - console.error(entriesHTML); // Get first entry from the whole list. if (!this.search.searching || !this.firstEntry) { this.firstEntry = this.entries[0].id; @@ -307,7 +306,6 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp entriesHTML += this.dataHelper.getTemplate(this.data, 'listtemplatefooter', this.fieldsArray); this.entriesRendered = this.domUtils.fixHtml(entriesHTML); - console.error(entriesHTML); // Pass the input data to the component. this.jsData = {