remove old debug info

This commit is contained in:
Chris Cochrun 2023-03-31 09:54:47 -05:00
parent 609d2af90b
commit 23bc1435ea
2 changed files with 9 additions and 9 deletions

View file

@ -61,8 +61,8 @@ bool SlideObject::loop() const
}
void SlideObject::chngSlide(QVariantMap item, int index, SlideObj *slideObj) {
qDebug() << "Here is the pointer to the slideObj" << slideObj;
qDebug() << "Here is the item" << item;
// qDebug() << "Here is the pointer to the slideObj" << slideObj;
// qDebug() << "Here is the item" << item;
slideObj->changeSlide(item, index);
}