Skip to content

Commit

Permalink
resolved the build error
Browse files Browse the repository at this point in the history
  • Loading branch information
N-thony committed May 21, 2024
1 parent f08597f commit d6146ad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions instat/Model/Output/clsOutputLogger.vb
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ Public Class clsOutputLogger
End If
Next

'add the output with it's R script as another output element
outputElement.SetContent("", outputType, strOutput)
_outputElements.Add(outputElement)
'raise event for output pages
RaiseEvent NewOutputAdded(outputElement, bDisplayOutputInExternalViewer)

End If


End Sub

''' <summary>
Expand Down

0 comments on commit d6146ad

Please sign in to comment.