Skip to content

Commit

Permalink
Remove debug with the template
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Feb 13, 2024
1 parent ee1e84e commit b26adf1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/generate-worldoption.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,5 @@ fi
# Update JSON data with generated settings
json_data=$(jq --argjson new "$settings_json" '.properties.OptionWorldData.value.Settings.value = $new' <<< "$worldoption")

if [ "${DEBUG,,}" = true ]; then
echo "====Debug===="
echo "$json_data"
echo "====Debug===="
fi

# Convert JSON data to .sav
convert_json_to_sav "$json_data" "$target_directory"

0 comments on commit b26adf1

Please sign in to comment.