From 4b6d3db7eb5bbf729f5e4f70d6c495717874285b Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 26 Sep 2016 13:18:04 -0700 Subject: gps: Removed redundant error message in case no GPS present Signed-off-by: Martin Braun Reviewed-By: Moritz Fischer --- host/lib/usrp/gps_ctrl.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/host/lib/usrp/gps_ctrl.cpp b/host/lib/usrp/gps_ctrl.cpp index bfc243d79..2c78b1834 100644 --- a/host/lib/usrp/gps_ctrl.cpp +++ b/host/lib/usrp/gps_ctrl.cpp @@ -1,5 +1,5 @@ // -// Copyright 2010-2011,2014-2015 Ettus Research LLC +// Copyright 2010-2011,2014-2016 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -135,7 +135,6 @@ private: void update_cache() { if(not gps_detected() or (_gps_type != GPS_TYPE_INTERNAL_GPSDO)) { - UHD_MSG(error) << "get_stat(): unsupported GPS or no GPS detected"; return; } -- cgit v1.2.3