always return logs for LogConfig.Logs
This commit is contained in:
parent
69fe0cd535
commit
f3d6a8cae3
@ -168,10 +168,6 @@ Public Class LogConfig
|
||||
''' <returns>A list of log messages</returns>
|
||||
Public ReadOnly Property Logs As List(Of String)
|
||||
Get
|
||||
If Debug = False Then
|
||||
Return New List(Of String)
|
||||
End If
|
||||
|
||||
Dim oTarget = config.FindTargetByName(Of MemoryTarget)(TARGET_MEMORY)
|
||||
Return oTarget?.Logs.ToList()
|
||||
End Get
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user