We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436e504 commit ee39f10Copy full SHA for ee39f10
Sources/SwiftMetricsBluemix/SwiftMetricsBluemix.swift
@@ -444,7 +444,6 @@ public class SwiftMetricsBluemix {
444
private func updateConfiguration(response: Data) {
445
do {
446
let json = try JSONDecoder().decode(ConfigResponse.self, from: response)
447
- print(json)
448
Log.debug("[Auto-scaling Agent] attempting to update configuration with \(json)")
449
if json.agent.isEmpty {
450
isAgentEnabled = false
0 commit comments