From 22ae25177d959f59d8bd7119f75fbb9f171e2a8d Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 11 Mar 2025 16:35:05 +0100 Subject: [PATCH] types: Remove commented-out code for adding autogenerated comments in sync-types.sh --- types/sync-types.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/sync-types.sh b/types/sync-types.sh index 3164cd2..112f1da 100755 --- a/types/sync-types.sh +++ b/types/sync-types.sh @@ -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."