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