mirror of
https://github.com/nasa/openmct.git
synced 2025-04-18 16:17:48 +00:00
[Mobile] Clean up
Removed call to console.
This commit is contained in:
parent
3926d6f617
commit
f4efc79539
@ -338,7 +338,7 @@ define(
|
||||
distanceRatio = firstTouchDistance / distance,
|
||||
newViewport = calculateViewport(newMidpointPosition, newTouchPosition, distanceRatio);
|
||||
|
||||
console.log(newViewport);
|
||||
//console.log(newViewport);
|
||||
|
||||
//$scope.$emit('user:viewport:change:end', newViewport);
|
||||
$scope.viewport = newViewport;
|
||||
|
Loading…
x
Reference in New Issue
Block a user