Skip to content

Commit

Permalink
Clean Up
Browse files Browse the repository at this point in the history
v1.1.1's Try Catch was not needed.
  • Loading branch information
SilentSys committed Sep 27, 2015
1 parent 108ea74 commit bdda313
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SLAM/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ Public Class Form1
End Sub

Private Async Function CheckForUpdate() As Task
Try
Dim UpdateText As String

Using client As New HttpClient
Expand All @@ -562,9 +561,6 @@ Public Class Form1
End If
End If
End If
Catch ex As Exception

End Try
End Function

Private Sub PlayKeyButton_Click(sender As Object, e As EventArgs) Handles PlayKeyButton.Click
Expand Down

0 comments on commit bdda313

Please sign in to comment.