Unneeded code
This commit is contained in:
@@ -306,14 +306,14 @@ namespace ASCOM.Meade.net
|
|||||||
{
|
{
|
||||||
double utcOffsetHours = double.Parse(utcOffSet);
|
double utcOffsetHours = double.Parse(utcOffSet);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
traceLogger.LogIssue("Connect", "Unable to decode response from the telescope, This is likely a hardware serial communications error.");
|
traceLogger.LogIssue("Connect", "Unable to decode response from the telescope, This is likely a hardware serial communications error.");
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
SharedSerial.Connected = false;
|
SharedSerial.Connected = false;
|
||||||
throw;
|
throw;
|
||||||
|
|||||||
Reference in New Issue
Block a user