Delete Logger.vb

This commit is contained in:
Edson Armando 2019-02-08 11:20:06 -06:00 committed by GitHub
parent 8b3286fe05
commit f6dccf128f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
Module Logger
Public Sub Log(ByVal Exception As String)
End Sub
End Module