Remove logs

pull/9893/head
Benjamin Bädorf 3 years ago
parent 572405dc53
commit d63b3db64d
No known key found for this signature in database
GPG Key ID: 069CA2D117AB5CCF
  1. 1
      frontend/src/app/features/work-packages/components/wp-list/wp-list.service.ts

@ -72,7 +72,6 @@ export class WorkPackagesListService {
switchMap((q:QueryDefinition) => this.streamQueryRequest(q.queryParams, q.projectIdentifier)),
// Map the observable from the stream to a new one that completes when states are loaded
mergeMap((query:QueryResource) => {
console.log('check if form load');
// load the form if needed
this.conditionallyLoadForm(query);

Loading…
Cancel
Save