Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelBeit committed Jun 8, 2024
1 parent 64e9bed commit bad43ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/createEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function createEvent(eventObject) {
function createCal(events) {
events.forEach((event, _i) => {
if (event.isSelected && event.isShift) {
console.log(event);
createEvent(event);
}
});
Expand Down

0 comments on commit bad43ad

Please sign in to comment.