Skip to content

Commit c204138

Browse files
committed
Remove outdated comment about error handling
1 parent ff7bd68 commit c204138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignalServiceKit/Notifications/NotificationPresenterImpl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ public class NotificationPresenterImpl: NotificationPresenter {
938938
}
939939

940940
public func notifyTestPopulation(ofErrorMessage errorString: String) {
941-
// Fail debug on all devices. External devices should still log the error string.
941+
// External devices should still log the error string.
942942
Logger.error("Fatal error occurred: \(errorString).")
943943
guard DebugFlags.testPopulationErrorAlerts else {
944944
return

0 commit comments

Comments
 (0)