Skip to content

Commit 8b0b908

Browse files
committed
MOBILE-3213 database: Remove console.error calls
1 parent 62ce8a3 commit 8b0b908

File tree

1 file changed

+0
-2
lines changed
  • src/addon/mod/data/components/index

1 file changed

+0
-2
lines changed

src/addon/mod/data/components/index/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp
286286

287287
let entriesHTML = this.dataHelper.getTemplate(this.data, 'listtemplateheader', this.fieldsArray);
288288

289-
console.error(entriesHTML);
290289
// Get first entry from the whole list.
291290
if (!this.search.searching || !this.firstEntry) {
292291
this.firstEntry = this.entries[0].id;
@@ -307,7 +306,6 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp
307306
entriesHTML += this.dataHelper.getTemplate(this.data, 'listtemplatefooter', this.fieldsArray);
308307

309308
this.entriesRendered = this.domUtils.fixHtml(entriesHTML);
310-
console.error(entriesHTML);
311309

312310
// Pass the input data to the component.
313311
this.jsData = {

0 commit comments

Comments
 (0)