types: Remove commented-out code for adding autogenerated comments in sync-types.sh

This commit is contained in:
Carlos Santos 2025-03-11 16:35:05 +01:00
parent e0cdb88d8c
commit 22ae25177d

View File

@ -44,7 +44,4 @@ for TARGET_DIR in $TARGET_DIRS; do
copy_files_with_headers "$TARGET_DIR"
done
# echo "Adding autogenerated comments to files..."
# add_headers
echo "Types have been synced successfully."