From a3b1970eaafeeccbf618ae84dd99ca5862abac73 Mon Sep 17 00:00:00 2001 From: Jake Harr Date: Sun, 16 Sep 2018 17:20:34 -0400 Subject: [PATCH] Remove debug message in ctor Others could probably be removed as well. But this one was particularly annoying. --- src/qheifhandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qheifhandler.cpp b/src/qheifhandler.cpp index a9a3f1e..e1b9933 100644 --- a/src/qheifhandler.cpp +++ b/src/qheifhandler.cpp @@ -38,7 +38,6 @@ QHeifHandler::QHeifHandler() : _readState{nullptr}, _quality{kDefaultQuality} { - qDebug("QHeifHandler!"); } QHeifHandler::~QHeifHandler()