Skip to content

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jun 4, 2024
1 parent 5a34d28 commit 785cd31
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public void onLocationResult(@NonNull LocationResult locationResult) {
mGnssStatusCallback = new GnssStatus.Callback() {
@Override
public void onSatelliteStatusChanged(@NonNull GnssStatus status) {
//Log.v("LOC", "GNSS Status: " + status.getSatelliteCount() + " satellites.");

// store the satellite info
mLastGnssStatus = status;
Expand Down

0 comments on commit 785cd31

Please sign in to comment.