forked from mirrors/Scribe.js
Stop logs
This commit is contained in:
parent
b40c1fddf5
commit
52785f12e3
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@
|
||||||
$scope.blocks = dates.map(function (item) {
|
$scope.blocks = dates.map(function (item) {
|
||||||
|
|
||||||
var itemDate = $rootScope.timezoneDate(item.date);
|
var itemDate = $rootScope.timezoneDate(item.date);
|
||||||
console.log(item.date);
|
|
||||||
console.log(itemDate);
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
type : 'date',
|
type : 'date',
|
||||||
|
|
Loading…
Add table
Reference in a new issue