Commit 5eb489bd authored by Roman Sedaikin's avatar Roman Sedaikin

Removed output to the terminal when releasing MetalDevice.

parent 0556e3e7
...@@ -64,7 +64,6 @@ ...@@ -64,7 +64,6 @@
} }
-(void)dealloc { -(void)dealloc {
NSLog(@"dealock");
[self.layer removeFromSuperlayer]; [self.layer removeFromSuperlayer];
[self.layer release]; [self.layer release];
[self.device release]; [self.device release];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment