diff --git a/base/src/main/kotlin/de/staropensource/engine/logging/package-info.kt b/base/src/main/kotlin/de/staropensource/engine/logging/package-info.kt index 26e360e..4405187 100644 --- a/base/src/main/kotlin/de/staropensource/engine/logging/package-info.kt +++ b/base/src/main/kotlin/de/staropensource/engine/logging/package-info.kt @@ -21,11 +21,6 @@ /** * StarOpenSource's logging system. * - * While this logging system is, by itself - * completely usable standalone, it is highly - * recommended to be used in conjunction with - * the core StarOpenSource Engine. - * * @since v1-alpha10 */ package de.staropensource.engine.logging;