Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcolegate authored Jun 20, 2017
1 parent 32b111b commit d822b90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/SwiftMetrics/SwiftMonitor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ public class SwiftMonitor {
number.of.processors=2
command.line=/home/exampleuser/SwiftMetrics/sample/.build/debug/test
*/
print("Incoming message: \(message)")
let values = message.components(separatedBy: "\n")
var env: [ String : String ] = [:]
for value in values {
Expand Down

0 comments on commit d822b90

Please sign in to comment.