Skip to content

Commit

Permalink
remove commented line and console log
Browse files Browse the repository at this point in the history
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
  • Loading branch information
kavithacm committed Oct 2, 2023
1 parent d36d8db commit 91c9597
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions server/routes/utils/__tests__/savedSearchReportHelper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ describe('test create saved search report', () => {
'products.created_on': '2023-04-26T04:34:32Z',
}
),
// }),
hit(
{
'geoip.country_iso_code': 'US',
Expand All @@ -919,7 +918,6 @@ describe('test create saved search report', () => {
'products.created_on': '2023-04-26T04:34:32Z',
}
),
// }),
];
const client = mockOpenSearchClient(
hits,
Expand Down
1 change: 0 additions & 1 deletion server/routes/utils/dataReportHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export const getOpenSearchData = (
fieldDateValue.length !== 0 &&
fieldDateValue instanceof Array
) {
console.log('entered');
fieldDateValue.forEach((element, index) => {
data._source[keys][index] = moment(element).format(dateFormat);
});
Expand Down

0 comments on commit 91c9597

Please sign in to comment.