1
0
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:
ServarrAdmin
2025-08-16 14:44:00 -05:00
committed by bakerboy448
parent 327b6ad0b0
commit be22cff63f

View File

@@ -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=$?