From 25f8879bbca40399cfa8b5e9851179d2cd84e6ad Mon Sep 17 00:00:00 2001 From: Ludy Date: Wed, 30 Jul 2025 06:32:40 +0200 Subject: [PATCH] Update GeneralUtils.java --- .../main/java/stirling/software/common/util/GeneralUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java b/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java index 9dd296947..ebe333281 100644 --- a/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java +++ b/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java @@ -464,7 +464,6 @@ public class GeneralUtils { new ClassPathResource("static/pipeline/defaultWebUIConfigs/" + fileName); try (InputStream in = resource.getInputStream()) { Files.copy(in, pipelineFile, StandardCopyOption.REPLACE_EXISTING); - log.error("Extracted pipeline file: {}", pipelineFile); } catch (IOException e) { log.error("Failed to extract pipeline file", e); }