[Time Conductor] Remove debugging statement

WTD-1515
This commit is contained in:
Victor Woeltjen 2015-09-16 10:30:45 -07:00
parent f776561303
commit 7a97588aa5

View File

@ -97,7 +97,6 @@ define(
$scope.month = MONTHS[month];
$scope.year = year;
$scope.table = generateTable();
console.log($scope.table);
}
function updateFromModel(ngModel) {