Skip to content

Commit

Permalink
Remove Unnecessary Logging
Browse files Browse the repository at this point in the history
Left over from testing
  • Loading branch information
Leo authored Oct 3, 2016
1 parent 21d7c5e commit d31aaf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Code.gs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ function checkIfBusy(id) {

if (!verboseEvent.transparency) { // if the event is 'busy', not 'available'

Logger.log(verboseEvent);

if (!verboseEvent.attendees) { // events with just one person don't have attendees, so

busyEvents.push(verboseEvent); // add the event to our array
Expand Down

0 comments on commit d31aaf6

Please sign in to comment.