mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-02-15 07:25:47 +00:00
Fixed: remove redundant TRACE logging
This commit is contained in:
committed by
bakerboy448
parent
327b6ad0b0
commit
be22cff63f
@@ -241,7 +241,6 @@ determine_schema_version() {
|
||||
schema="$dir/schema.json"
|
||||
|
||||
log "DEBUG" "Checking file against schema [$schema]"
|
||||
log "TRACE" "Schema path resolved to: $schema"
|
||||
local test_output
|
||||
$PYTHON_CMD "$VALIDATION_SCRIPT" --single "$def_file" "$schema"
|
||||
test_output=$?
|
||||
|
||||
Reference in New Issue
Block a user