Remove the log
This commit is contained in:
parent
720e3b1b64
commit
068d33395a
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@ class MarchingSquares {
|
|||
}
|
||||
|
||||
func populateSamples(withDevice device: MTLDevice) {
|
||||
print("Populating samples buffer with \(samplesCount) values")
|
||||
|
||||
var samples = [Float]()
|
||||
samples.reserveCapacity(samplesCount)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue