Skip to content

Commit 195b9b1

Browse files
committed
Addresses most PR asks (no term refactoring), changes folio handling
1 parent 8193064 commit 195b9b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/components/vceditor/vceditor.component.ts

-4
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ import { HttpClient } from '@angular/common/http';
117117
observable.subscribe({next: (data:any)=> {
118118
this.Data=data;
119119
this.assignmentcycle();
120-
console.log(this.quires);
121-
console.log(this.leaves);
122-
console.log(this.Data.Leafs);
123-
console.log(this.Data.Terms);
124120
}});
125121
}
126122

0 commit comments

Comments
 (0)