We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f2a87 commit 155994eCopy full SHA for 155994e
packages/clients/dish/src/utils/watchSearchResultForAlkisSearch.ts
@@ -5,7 +5,6 @@ import { alkisWms } from '../servicesConstants'
5
import { alkisMinZoom } from '../mapConfigurations/layerConfigIntern'
6
7
export function watchSearchResultForAlkisSearch(instance: MapInstance) {
8
- console.log('### watchSearchResultForAlkisSearch initialized')
9
instance.subscribe('plugin/addressSearch/chosenAddress', (chosenAddress) => {
10
if (chosenAddress === null) {
11
return
0 commit comments