[kit] Remove logging that was slowing things down

This commit is contained in:
Eryn Wells 2017-08-25 11:21:07 -07:00
parent 15ff6b90fb
commit bc1cff37cc

View file

@ -64,7 +64,6 @@ public struct Parameters {
let start = buffer.contents().advanced(by: offset)
let stride = MemoryLayout.stride(ofValue: self)
start.copyBytes(from: &self, count: stride)
NSLog("Populated parameters: size:\(size), n:\(numberOfBalls), style:\(colorStyle)(\(_colorStyle))")
}
}