Skip to content

Commit

Permalink
Removing method inserted by error
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenCostiou committed Mar 7, 2022
1 parent 293d6db commit aa8baff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/NewTools-Debugger/TStDebuggerExtension.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ TStDebuggerExtension classSide >> displayOrder: anInteger [
debuggerExtensionDisplayOrder := anInteger
]

{ #category : #'as yet unclassified' }
TStDebuggerExtension classSide >> showInContext: aContext [
^true
]

{ #category : #'debugger extension' }
TStDebuggerExtension classSide >> showInDebugger [
^showDebuggerExtension ifNil: [showDebuggerExtension := false]
Expand Down

0 comments on commit aa8baff

Please sign in to comment.