From a373977df00facafb106eda8dc2664a84040cd6f Mon Sep 17 00:00:00 2001 From: Till Date: Sat, 12 Feb 2022 19:10:20 +0000 Subject: [PATCH] Refactor. --- src/nodebase.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nodebase.cpp b/src/nodebase.cpp index 054a451b..222d48e7 100644 --- a/src/nodebase.cpp +++ b/src/nodebase.cpp @@ -401,7 +401,6 @@ QString NodeBase::getAllPropertyValues() const vals.append(","); } } - CS_LOG_CONSOLE(vals); return vals; }