Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Theja G D committed Apr 21, 2023
1 parent 0ed89d0 commit be8b79c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ingestion/services/generic-function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ ajv.addKeyword('stripNewline', {
if (typeof data === 'string') {
return data.replace(/\n/g, '');
}
console.log('generic-function.: ', data);
return data;
};
},
Expand Down

0 comments on commit be8b79c

Please sign in to comment.