Skip to content

Commit

Permalink
Remove Accidentally Left In Test Message
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo authored Feb 9, 2017
1 parent 78d596b commit 6ba7f9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/freebusy.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
} else if (eventEnd.diff(eventStart, 'days') > 0) { // is multi-day event WITH time

if (eventEnd.format("ddd") == "Fri" && eventEnd.hour() >= 17) {
console.log("Hey!");
eventEnd.add(2, "days");
} else if (eventEnd.format("ddd") == "Sat") {
eventEnd.add(1, "days");
Expand Down

0 comments on commit 6ba7f9c

Please sign in to comment.