macOS: Remove stray qDebug in [QNSView setNeedsDisplayInRect:]

Change-Id: Ia253edf84bc0c890f291499ed2635d8287b18327
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
This commit is contained in:
Tor Arne Vestbø 2018-03-20 16:59:06 +01:00
parent 9c17b8adb9
commit ffc20153d1

View File

@ -84,7 +84,6 @@
- (void)setNeedsDisplayInRect:(NSRect)rect
{
qDebug() << "setNeedsDisplayInRect" << QRectF::fromCGRect(rect);
[super setNeedsDisplayInRect:rect];
m_updateRequested = false;
}