Skip to content

Commit

Permalink
Merge pull request #1915 from CSCfi/CSCTTV-4007v3
Browse files Browse the repository at this point in the history
remove console logs
  • Loading branch information
konolak authored Jan 10, 2025
2 parents 6b434b9 + bf1ed68 commit 20e8485
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/mydata/services/search-portal.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export class SearchPortalService {
}

getData(term: string, groupId: string) {
console.log('term', term, 'groupid', groupId);
// Default sort to descending
let sort = this.currentSort
? this.currentSort
Expand All @@ -127,8 +126,6 @@ export class SearchPortalService {
size: pageSettings ? pageSettings.pageSize : 10,
};

console.log('payload', payload);

if (term?.length) payload = Object.assign(payload, { query: query });

// TODO: Map response
Expand Down

0 comments on commit 20e8485

Please sign in to comment.