Skip to content

Commit

Permalink
Remove debugging halt
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Dec 21, 2020
1 parent e2672f8 commit 4cd6475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Rubric/RubAbstractTextArea.class.st
Expand Up @@ -1116,7 +1116,6 @@ RubAbstractTextArea >> isReadOnly [
{ #category : #'event handling' }
RubAbstractTextArea >> keyDown: anEvent [
"Handle a keystroke event."
self haltIfTest.
anEvent keyCharacter = Character cr
ifTrue: [ self handleReturnKey
ifTrue: [ ^ self ] ].
Expand Down

0 comments on commit 4cd6475

Please sign in to comment.