Address review comments: Remove security notices from code generators, restore debugPrint statements, remove extra documentation files

Co-authored-by: animator <615622+animator@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-11 19:44:50 +00:00
parent e3fa16fe88
commit d5bf4b8d14
10 changed files with 8 additions and 1838 deletions

View File

@@ -82,8 +82,7 @@ print('Response Body:', response.text)
String? boundary,
}) {
try {
String result = "# SECURITY NOTICE: Please validate all inputs and URLs before use in production\n";
result += "# This code is generated for testing purposes\n\n";
String result = "";
bool hasQuery = false;
bool hasHeaders = false;
bool hasBody = false;