From: Matthias Schmidt Date: Fri, 14 Feb 2014 16:52:04 +0000 (+0100) Subject: Removes debug code X-Git-Tag: 2.0.3~37 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4505c1f4545e0ba5f998ab047b5dba90d1dfba38;p=GitHub%2FWoltLab%2FWCF.git Removes debug code --- diff --git a/wcfsetup/install/files/js/WCF.Location.js b/wcfsetup/install/files/js/WCF.Location.js index 0910ace6eb..379669f8c0 100644 --- a/wcfsetup/install/files/js/WCF.Location.js +++ b/wcfsetup/install/files/js/WCF.Location.js @@ -720,10 +720,7 @@ WCF.Location.GoogleMaps.Util = { * @param google.maps.Marker marker */ focusMarker: function(marker) { - console.log(marker.getPosition().lat(), marker.getPosition().lng()); - console.log(marker.getMap().getCenter().lat(), marker.getMap().getCenter().lng()); marker.getMap().setCenter(marker.getPosition()); - console.log(marker.getMap().getCenter().lat(), marker.getMap().getCenter().lng()); }, /**