| commit | c2b96e1c047946ff46ea993864721719e4a4541f | [log] [tgz] |
|---|---|---|
| author | Laszlo Kishalmi <laszlo.kishalmi@gmail.com> | Tue Sep 06 19:30:44 2022 -0700 |
| committer | Laszlo Kishalmi <laszlo.kishalmi@gmail.com> | Wed Sep 07 13:33:25 2022 -0700 |
| tree | fbb28fe2a598c50c31d78bdffb5553e10990a07d | |
| parent | 5c4f116a1a0051839060cfa6141b4fb7678f19bb [diff] |
Cleanup debug Exception after an old issue
diff --git a/ide/editor/src/org/netbeans/modules/editor/NbEditorDocument.java b/ide/editor/src/org/netbeans/modules/editor/NbEditorDocument.java index 468d86c..2f570f0 100644 --- a/ide/editor/src/org/netbeans/modules/editor/NbEditorDocument.java +++ b/ide/editor/src/org/netbeans/modules/editor/NbEditorDocument.java
@@ -130,7 +130,6 @@ return null; } }); - putProperty("Issue-222763-debug", new Exception()); // Issue #222763 debugging - to be removed soon } public @Override int getShiftWidth() {