Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Castillo <[email protected]>
  • Loading branch information
tomrndom committed Jul 9, 2024
1 parent 1181741 commit 7cea7a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/actions/email-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ export const getSentEmails = (term = null, page = 1, perPage = 10, order = 'id',

const filter = parseFilters(filters);

console.log('check...', filter);

if (Object.keys(filter).length > 0) {
params = {...params, ...filter};
}
Expand Down

0 comments on commit 7cea7a7

Please sign in to comment.