cocoa-cb: remove debug remnant (stray print)

This commit is contained in:
Akemi 2018-02-28 15:11:11 +01:00 committed by Kevin Mitchell
parent ad3f6d2f97
commit 42fd7d0bbf
1 changed files with 0 additions and 1 deletions

View File

@ -398,7 +398,6 @@ class Window: NSWindow, NSWindowDelegate {
cocoaCB.layer.neededFlips += 1
if aspectRatioDiff > 0.005 && isNotUserLiveResize {
Swift.print("drawUnLock")
cocoaCB.layer.drawLock.unlock()
}