Skip to content

Commit

Permalink
remove redundant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 5, 2024
1 parent 32a8e6c commit a7d644e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/ublox/UBLOX.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ var ublox = (function () {

function loadError(event) {
GUI.alert(i18n.getMessage("gpsAssistnowLoadDataError"));
console.log(i18n.getMessage("gpsAssistnowLoadDataError") + ':' + event);
}

// For more info on assistnow, check:
Expand Down

0 comments on commit a7d644e

Please sign in to comment.