Skip to content

Commit

Permalink
data-helpers: Remove old logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Parnell committed Mar 26, 2021
1 parent 1a86a64 commit 88c39cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helpers/rrule-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ function generateRRuleOptions(node) {
exceptDate: node.getValue('exceptDate'),
};

console.info(properties.startDate, properties.startTime);

const dtStart = getDateTime(properties.startDate, properties.startTime);
const dtEnd = getDateTime(properties.endDate, properties.endTime);

Expand Down

0 comments on commit 88c39cb

Please sign in to comment.