Skip to content

Commit ee39f10

Browse files
committed
Removed SwiftyJSON
1 parent 436e504 commit ee39f10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftMetricsBluemix/SwiftMetricsBluemix.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ public class SwiftMetricsBluemix {
444444
private func updateConfiguration(response: Data) {
445445
do {
446446
let json = try JSONDecoder().decode(ConfigResponse.self, from: response)
447-
print(json)
448447
Log.debug("[Auto-scaling Agent] attempting to update configuration with \(json)")
449448
if json.agent.isEmpty {
450449
isAgentEnabled = false

0 commit comments

Comments
 (0)