[kit] Remove logging that was slowing things down
This commit is contained in:
parent
15ff6b90fb
commit
bc1cff37cc
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ public struct Parameters {
|
||||||
let start = buffer.contents().advanced(by: offset)
|
let start = buffer.contents().advanced(by: offset)
|
||||||
let stride = MemoryLayout.stride(ofValue: self)
|
let stride = MemoryLayout.stride(ofValue: self)
|
||||||
start.copyBytes(from: &self, count: stride)
|
start.copyBytes(from: &self, count: stride)
|
||||||
NSLog("Populated parameters: size:\(size), n:\(numberOfBalls), style:\(colorStyle)(\(_colorStyle))")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue