master > master: code go - entfernte logdebug
This commit is contained in:
parent
be9ce8bb82
commit
6b5c81c276
@ -7,7 +7,6 @@ package poison
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"ads/internal/core/logging"
|
|
||||||
"ads/internal/core/metrics"
|
"ads/internal/core/metrics"
|
||||||
"ads/internal/core/utils"
|
"ads/internal/core/utils"
|
||||||
"ads/internal/setup"
|
"ads/internal/setup"
|
||||||
@ -66,7 +65,6 @@ func FancyFindPoison(input_L []int) (int, error) {
|
|||||||
|
|
||||||
// Prechecks:
|
// Prechecks:
|
||||||
if setup.AppConfigPerformChecks() {
|
if setup.AppConfigPerformChecks() {
|
||||||
logging.LogDebug("hier1a")
|
|
||||||
err = preChecks(input_L)
|
err = preChecks(input_L)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user