Skip to content

Commit

Permalink
remove method override
Browse files Browse the repository at this point in the history
  • Loading branch information
rfns committed Feb 4, 2021
1 parent 4b68ba6 commit ffd2996
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cls/Forgery/Agent.cls
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,4 @@ Method Options(settings As %DynamicObject, response As %Stream.Object, outputToD
return ..Request(settings, .response, outputToDevice)
}

Method GetLastResponse() As %CSP.Response
{
return ..LastResponse
}

}

0 comments on commit ffd2996

Please sign in to comment.