diff --git a/src/gui/UBTeacherGuideWidgetsTools.cpp b/src/gui/UBTeacherGuideWidgetsTools.cpp index 55246e99..6300c65b 100644 --- a/src/gui/UBTeacherGuideWidgetsTools.cpp +++ b/src/gui/UBTeacherGuideWidgetsTools.cpp @@ -189,9 +189,9 @@ QString UBTGAdaptableText::text() void UBTGAdaptableText::onTextChanged() { - qDebug() << ">> onTextChanged CALLED!"; + //qDebug() << ">> onTextChanged CALLED!"; qreal documentSize = document()->size().height(); - qDebug() << ">> documentSize: " << documentSize << ", height: " << height(); + //qDebug() << ">> documentSize: " << documentSize << ", height: " << height(); if(height() == documentSize + mBottomMargin){ return; }