Remove logging

This commit is contained in:
2025-12-16 19:17:43 +01:00
parent eade9edb17
commit 3cab59b60f

View File

@@ -70,17 +70,13 @@ server <- function(input, output, session) {
) )
#--------------------- #---------------------
} else { } else {
print("he")
View(mapproxy)
if (maptype == "Bezirke"){ if (maptype == "Bezirke"){
hideGroup(mapproxy, "layer_stadtteile") hideGroup(mapproxy, "layer_stadtteile")
showGroup(mapproxy, "layer_bezirke") showGroup(mapproxy, "layer_bezirke")
print("ho")
} }
else { else {
hideGroup(mapproxy, "layer_bezirke") hideGroup(mapproxy, "layer_bezirke")
showGroup(mapproxy, "layer_stadtteile") showGroup(mapproxy, "layer_stadtteile")
print("hey")
} }
} }
}) })