From e2e1bd6d763626886f81a881fe0cce82be330300 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Tue, 2 Dec 2025 18:27:09 +0300 Subject: [PATCH] cleanup --- src/content/ContentLoader.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content/ContentLoader.cpp b/src/content/ContentLoader.cpp index c98d5168..ed4ab34d 100644 --- a/src/content/ContentLoader.cpp +++ b/src/content/ContentLoader.cpp @@ -290,8 +290,6 @@ void ContentLoader::loadContent(const dv::value& root) { item.placingBlock = def.name; item.tags = def.tags; item.scriptFile = def.name + BLOCK_ITEM_SUFFIX + ".lua"; - - logger.info() << "scriptFile: " << item.scriptFile; for (uint j = 0; j < 4; j++) { item.emission[j] = def.emission[j];