2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 10:46:03 +00:00

98_GEOFANCY: remove debug message

git-svn-id: https://svn.fhem.de/fhem/trunk@17592 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2018-10-22 15:03:14 +00:00
parent c1730901f7
commit 34d744d863

View File

@ -505,7 +505,6 @@ m/(19|20)\d\d-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):([0-5
my $homeLat = AttrVal( "global", "latitude", undef );
my $homeLong = AttrVal( "global", "longitude", undef );
if ( $homeLat && $homeLong ) {
Debug "$homeLat $homeLong";
if ( $posLat ne "" && $posLong ne "" ) {
$posDistHome =
UConv::distance( $posLat, $posLong, $homeLat, $homeLong, 2 );