From ebabdfd7a60356fc000246f7ecf2ec189344539d Mon Sep 17 00:00:00 2001 From: Raman Arora Date: Wed, 1 Apr 2020 14:16:12 -0400 Subject: [PATCH] get rid of extra blank line. --- InternalPythonModules/android/googlemaplocation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InternalPythonModules/android/googlemaplocation.py b/InternalPythonModules/android/googlemaplocation.py index 2388760058..8e393dcee2 100644 --- a/InternalPythonModules/android/googlemaplocation.py +++ b/InternalPythonModules/android/googlemaplocation.py @@ -111,7 +111,6 @@ class GoogleMapLocationAnalyzer(general.AndroidComponentAnalyzer): time = Long.valueOf(resultSet.getString("time")) / 1000 dest_title = resultSet.getString("dest_title") dest_address = resultSet.getString("dest_address") - dest_lat = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("dest_lat")) dest_lng = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("dest_lng"))