Skip to content

Commit

Permalink
remove skytraq warning that was overlogging
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Nov 6, 2023
1 parent 2f16f67 commit ba8e82c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oresat_gps/gps_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def on_loop(self):
try:
nav_data = self._skytraq.read()
except SkyTraqError as e:
logger.warning(e)
return

skytraq_rec = self.node.od["skytraq"]
Expand Down

0 comments on commit ba8e82c

Please sign in to comment.