From 73a935a055f8f98fb1c2c17df1584dd119abd57b Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:46:48 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=203:=20Removed=20the=20impor?= =?UTF-8?q?t=20for=20'DigitalData.Modules.Logging'=20because=20the=20names?= =?UTF-8?q?pace=20does=20not=20exist=20in=20the=20project=20dependencies.?= =?UTF-8?q?=E2=80=9C=20in=20Datei=20=E2=80=9EConfig\ConfigUtils.vb?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/ConfigUtils.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/Config/ConfigUtils.vb b/Config/ConfigUtils.vb index e27835f4..7cd549b8 100644 --- a/Config/ConfigUtils.vb +++ b/Config/ConfigUtils.vb @@ -1,6 +1,5 @@ Imports System.IO Imports DigitalData.Modules.Base -Imports DigitalData.Modules.Logging Public Class ConfigUtils Private ReadOnly _Logger As Logger