MOBILE-3213 database: Remove console.error calls
parent
62ce8a3536
commit
8b0b9082d2
|
@ -286,7 +286,6 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp
|
||||||
|
|
||||||
let entriesHTML = this.dataHelper.getTemplate(this.data, 'listtemplateheader', this.fieldsArray);
|
let entriesHTML = this.dataHelper.getTemplate(this.data, 'listtemplateheader', this.fieldsArray);
|
||||||
|
|
||||||
console.error(entriesHTML);
|
|
||||||
// Get first entry from the whole list.
|
// Get first entry from the whole list.
|
||||||
if (!this.search.searching || !this.firstEntry) {
|
if (!this.search.searching || !this.firstEntry) {
|
||||||
this.firstEntry = this.entries[0].id;
|
this.firstEntry = this.entries[0].id;
|
||||||
|
@ -307,7 +306,6 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp
|
||||||
entriesHTML += this.dataHelper.getTemplate(this.data, 'listtemplatefooter', this.fieldsArray);
|
entriesHTML += this.dataHelper.getTemplate(this.data, 'listtemplatefooter', this.fieldsArray);
|
||||||
|
|
||||||
this.entriesRendered = this.domUtils.fixHtml(entriesHTML);
|
this.entriesRendered = this.domUtils.fixHtml(entriesHTML);
|
||||||
console.error(entriesHTML);
|
|
||||||
|
|
||||||
// Pass the input data to the component.
|
// Pass the input data to the component.
|
||||||
this.jsData = {
|
this.jsData = {
|
||||||
|
|
Loading…
Reference in New Issue