Removed leftover console.log breaking the JS

This commit is contained in:
Djamil Legato
2019-06-05 18:16:42 -07:00
parent 429bc363dc
commit 0ef89856fb
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ export class Parents {
this.data = data; this.data = data;
const dataLoad = this.dataLoad; const dataLoad = this.dataLoad;
console.log(finder);
this.finder = new Finder( this.finder = new Finder(
this.container, this.container,

File diff suppressed because one or more lines are too long