mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 20:37:34 +01:00
Delete some commented-out code.
This commit is contained in:
parent
5dbf194875
commit
c23bdc74cb
@ -52,7 +52,6 @@ final class CrashReportWindowController: NSWindowController {
|
||||
if !testing {
|
||||
CrashReporter.sendCrashLogText(crashLogText)
|
||||
}
|
||||
// showThanksSheet()
|
||||
close()
|
||||
}
|
||||
|
||||
@ -61,17 +60,3 @@ final class CrashReportWindowController: NSWindowController {
|
||||
}
|
||||
}
|
||||
|
||||
//private extension CrashReportWindowController {
|
||||
//
|
||||
// func showThanksSheet() {
|
||||
// guard let window = window else {
|
||||
// return
|
||||
// }
|
||||
//
|
||||
// let alert = NSAlert()
|
||||
// alert.alertStyle = .informational
|
||||
// alert.messageText = NSLocalizedString("Crash Report Sent", comment: "Crash Report Window")
|
||||
// alert.informativeText = NSLocalizedString("Thank you! You rock! This is a big help to us.", comment: "Crash Report Window")
|
||||
// alert.beginSheetModal(for: window)
|
||||
// }
|
||||
//}
|
||||
|
Loading…
x
Reference in New Issue
Block a user