delete commented code
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Robin Müller 2022-04-19 17:52:43 +02:00
parent c3238ab154
commit 5d8e8a9841
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -204,7 +204,6 @@ void GPSHyperionLinuxController::readGpsDataFromGpsd() {
#else
time.tv_usec = gps->fix.time.tv_nsec / 1000;
#endif
//time.tv_usec = gps->fix.time.tv_nsec / 1000;
std::time_t t = std::time(nullptr);
if (time.tv_sec == t) {
timeIsConstantCounter++;