Remove leftover qDebug()s
This commit is contained in:
parent
1b4258bf17
commit
519a2db950
1 changed files with 0 additions and 2 deletions
|
@ -700,8 +700,6 @@ void Workspace::slotWindowMoveRight()
|
|||
{
|
||||
if (m_activeWindow && m_activeWindow->isMovable()) {
|
||||
const QRectF geometry = m_activeWindow->moveResizeGeometry();
|
||||
qDebug() << geometry;
|
||||
qDebug() << packPositionRight(m_activeWindow, geometry.right(), true);
|
||||
m_activeWindow->packTo(packPositionRight(m_activeWindow, geometry.right(), true) - geometry.width(),
|
||||
geometry.y());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue