Skip to content

Commit a3b1970

Browse files
committed
Remove debug message in ctor
Others could probably be removed as well. But this one was particularly annoying.
1 parent fc80742 commit a3b1970

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qheifhandler.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ QHeifHandler::QHeifHandler() :
3838
_readState{nullptr},
3939
_quality{kDefaultQuality}
4040
{
41-
qDebug("QHeifHandler!");
4241
}
4342

4443
QHeifHandler::~QHeifHandler()

0 commit comments

Comments
 (0)