mirror of
https://github.com/nasa/openmct.git
synced 2025-01-12 16:02:51 +00:00
[Time Conductor] Remove debugging statement
WTD-1515
This commit is contained in:
parent
f776561303
commit
7a97588aa5
@ -97,7 +97,6 @@ define(
|
|||||||
$scope.month = MONTHS[month];
|
$scope.month = MONTHS[month];
|
||||||
$scope.year = year;
|
$scope.year = year;
|
||||||
$scope.table = generateTable();
|
$scope.table = generateTable();
|
||||||
console.log($scope.table);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateFromModel(ngModel) {
|
function updateFromModel(ngModel) {
|
||||||
|
Loading…
Reference in New Issue
Block a user