We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 732a786 + a2369e6 commit 9826487Copy full SHA for 9826487
2 files changed
CodeEdit/Features/About/Views/AboutView.swift
@@ -112,7 +112,6 @@ final class AboutViewWindowController: NSWindowController {
112
113
// close the window when the escape key is pressed
114
NSEvent.addLocalMonitorForEvents(matching: .keyDown) { event in
115
- print("Abt View")
116
guard event.keyCode == 53 else { return event }
117
118
self.closeAnimated()
CodeEdit/Features/Acknowledgements/Views/AcknowledgementsView.swift
@@ -88,7 +88,6 @@ final class AcknowledgementsViewWindowController: NSWindowController {
88
89
90
91
- print("Event from ack window")
92
93
94
0 commit comments