Unneeded code

This commit is contained in:
2020-06-02 23:54:19 +01:00
parent 946fb4b141
commit 139191a1ce
+2 -2
View File
@@ -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;