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 f5b56f7 commit 003023a
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 003023a

Please sign in to comment.