Adam Shaw 9 лет назад
Родитель
Сommit
50c431ca77
1 измененных файлов с 0 добавлено и 1 удалено
  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',
 					defaultDate: defaultDateInput,
 					visibleRange: function(date) {
-						console.log(date.format());
 						// this function will receive the date for prev/next,
 						// which should be ignored. make sure just one call matches.
 						if (date.format() === defaultDateInput + 'Z') {