From 80dd9593f45835c7349367d5337d01fed5947b9b Mon Sep 17 00:00:00 2001 From: Serein Pfeiffer Date: Sat, 25 May 2024 16:58:23 +0200 Subject: [PATCH] clay_world: No need to show debug log, if loaded entity has no custom cfg. --- plugins/clay_world/SceneLoaderBase.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/clay_world/SceneLoaderBase.qml b/plugins/clay_world/SceneLoaderBase.qml index e26749d..76f547d 100644 --- a/plugins/clay_world/SceneLoaderBase.qml +++ b/plugins/clay_world/SceneLoaderBase.qml @@ -89,8 +89,6 @@ SvgReader } target[finalKey] = initVals[p]; // Assign the value. } - } else { - console.log("No properties to process."); } }