Skip to content

Commit

Permalink
Remove moot comment
Browse files Browse the repository at this point in the history
It doesn't make sense to use Codable there
  • Loading branch information
sindresorhus committed Sep 14, 2017
1 parent 0a49254 commit 79b24c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swift/aperture/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ if numberOfArgs == 8 {

if numberOfArgs == 2 && CommandLine.arguments[1] == "list-audio-devices" {
// Use stderr because of unrelated stuff being outputted on stdout
// TODO: Use JSON and `Codable` here when Swift 4 is out
printErr(try toJson(DeviceList.audio()))
exit(0)
}
Expand Down

0 comments on commit 79b24c8

Please sign in to comment.