Skip to content

Commit

Permalink
Remove debug message in ctor
Browse files Browse the repository at this point in the history
Others could probably be removed as well. But this one was particularly
annoying.
  • Loading branch information
jakar committed Sep 16, 2018
1 parent fc80742 commit a3b1970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qheifhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ QHeifHandler::QHeifHandler() :
_readState{nullptr},
_quality{kDefaultQuality}
{
qDebug("QHeifHandler!");
}

QHeifHandler::~QHeifHandler()
Expand Down

0 comments on commit a3b1970

Please sign in to comment.