Removed unneeded variable

This commit is contained in:
2020-09-03 20:53:11 +01:00
parent 92ab807eae
commit 89600c463b
+1 -1
View File
@@ -311,7 +311,7 @@ namespace ASCOM.Meade.net
//sHH# form is returned, otherwise the longer form is returned. //sHH# form is returned, otherwise the longer form is returned.
try try
{ {
double utcOffsetHours = double.Parse(utcOffSet); double.Parse(utcOffSet);
} }
catch (Exception) catch (Exception)
{ {