master > master: code go - entfernte logdebug
This commit is contained in:
parent
be9ce8bb82
commit
6b5c81c276
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user