Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
D0miH committed Dec 27, 2019
1 parent 14a624c commit 4830dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iGlance/iGlance/Components/NetUsageComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class NetUsageComponent {

let data = pipe.fileHandleForReading.readDataToEndOfFile()
let interface = String(data: data, encoding: String.Encoding.utf8)?.trimmingCharacters(in: .whitespacesAndNewlines)
print(interface)

return interface ?? "en0"
}

Expand Down

0 comments on commit 4830dca

Please sign in to comment.