aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Log.swift
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/Log.swift')
-rw-r--r--WireGuard/Log.swift9
1 files changed, 0 insertions, 9 deletions
diff --git a/WireGuard/Log.swift b/WireGuard/Log.swift
deleted file mode 100644
index 7472934..0000000
--- a/WireGuard/Log.swift
+++ /dev/null
@@ -1,9 +0,0 @@
-//
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
-
-import os.log
-
-struct Log {
- static var general = OSLog(subsystem: "com.wireguard.ios", category: "general")
-}