From 1dd7e2492029b11f4c6484d43b57c96b4d3881a6 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 16 Nov 2020 02:01:51 +1100 Subject: [PATCH] merge: removed debug line --- app/node/math/merge/merge.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/node/math/merge/merge.cpp b/app/node/math/merge/merge.cpp index d91374147..c9a53dc54 100644 --- a/app/node/math/merge/merge.cpp +++ b/app/node/math/merge/merge.cpp @@ -83,9 +83,6 @@ NodeValueTable MergeNode::Value(NodeValueDatabase &value) const if (base_tex || blend_tex) { if (!base_tex || (blend_tex && blend_tex->channel_count() < VideoParams::kRGBAChannelCount)) { // We only have a blend texture or the blend texture is RGB only, no need to alpha over - if (base_tex) { - qDebug() << "Ignored merge because blend texture was RGB only"; - } table.Push(job.GetValue(blend_in_), this); } else if (!blend_tex) { // We only have a base texture, no need to alpha over