Kitura / CloudEnvironment

Convenience Swift package for accessing environment variables, credentials.
Apache License 2.0
12 stars 16 forks source link

remove logger from package.swift #44

Closed Andrew-Lees11 closed 6 years ago

Andrew-Lees11 commented 6 years ago

Description

Logger was brought in Swift-cfenv and so does not need to be explicitly declared in the package.swift file.

How Has This Been Tested?

Swift test was run and all tests pass. This change should have no impact of code functionality.