diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-04-13 20:15:32 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-04-13 20:15:32 +0200 |
| commit | fe968ef8eed020670abdc8b8554a766eee15e5ed (patch) | |
| tree | 6afef5a1c3605abaa78a8b852b7d836cf5ca8e73 /lib/navigation/HERENavigation.dart | |
| parent | d35e4014e16bfdf2e2fc2bde397c385fc53e498c (diff) | |
improvements
Diffstat (limited to 'lib/navigation/HERENavigation.dart')
| -rw-r--r-- | lib/navigation/HERENavigation.dart | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/navigation/HERENavigation.dart b/lib/navigation/HERENavigation.dart index 0504061..1ccae29 100644 --- a/lib/navigation/HERENavigation.dart +++ b/lib/navigation/HERENavigation.dart @@ -210,7 +210,6 @@ class _HERENavigationState extends BaseNavigationState { if (newVal > 20) newVal = 20; if (newVal < 13) newVal = 13; widget.currentZoom = newVal; - print('hallo' + newVal.toString()); hereMapController.camera.zoomTo(widget.currentZoom); } |
