master > master: code go - entfernte logdebug

This commit is contained in:
RD 2021-11-03 19:31:22 +01:00
parent be9ce8bb82
commit 6b5c81c276
1 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ package poison
import (
"fmt"
"ads/internal/core/logging"
"ads/internal/core/metrics"
"ads/internal/core/utils"
"ads/internal/setup"
@ -66,7 +65,6 @@ func FancyFindPoison(input_L []int) (int, error) {
// Prechecks:
if setup.AppConfigPerformChecks() {
logging.LogDebug("hier1a")
err = preChecks(input_L)
if err != nil {
break