Skip to content

Commit

Permalink
Avoid double-logging warn messages
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Dec 21, 2019
1 parent c2bfbf8 commit c7793af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macosvpn/Classes/Log.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public struct Log {
}

public static func warn(_ message: String) {
print("\(message)")
print(Color.Wrap(foreground: .yellow).wrap("\(message)"))
}

Expand Down

0 comments on commit c7793af

Please sign in to comment.