We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a359a commit ded7999Copy full SHA for ded7999
Sources/SwiftBoost/Foundation/Logger.swift
@@ -21,11 +21,6 @@ public enum Logger {
21
var formattedMessage = message
22
formattedMessage = formattedMessage.removedSuffix(String.dot)
23
24
- // Adding dot if not have.
25
- if !formattedMessage.hasSuffix(String.dot) {
26
- formattedMessage = formattedMessage + String.dot
27
- }
28
-
29
// Adding filename if need.
30
switch Configurator.shared.fileNameMode {
31
case .show:
0 commit comments