Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiGasai committed Aug 19, 2022
1 parent 1027485 commit 15922ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helper/AutoEventNoteCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export const createNoteFromEvent = async (event: GoogleEvent, folderName?:string
output.forEach(match => {
if(match){

console.log(match)
let newContent = _.get(event, match[2], "");

//Turn objects into json for a better display be more specific in the template
Expand Down

0 comments on commit 15922ea

Please sign in to comment.