Browse Source

remove console.log in test

Adam Shaw 9 years ago
parent
commit
50c431ca77
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/automated-better/view-dates/visibleRange.js

+ 0 - 1
tests/automated-better/view-dates/visibleRange.js

@@ -104,7 +104,6 @@ describe('visibleRange', function() {
 					timezone: 'UTC',
 					timezone: 'UTC',
 					defaultDate: defaultDateInput,
 					defaultDate: defaultDateInput,
 					visibleRange: function(date) {
 					visibleRange: function(date) {
-						console.log(date.format());
 						// this function will receive the date for prev/next,
 						// this function will receive the date for prev/next,
 						// which should be ignored. make sure just one call matches.
 						// which should be ignored. make sure just one call matches.
 						if (date.format() === defaultDateInput + 'Z') {
 						if (date.format() === defaultDateInput + 'Z') {