From 41d107c9e589d145179d57c44008130bc684297e Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sat, 30 Nov 2024 20:13:42 +0000 Subject: [PATCH] Remove cruft --- test-api/test-prompt-api | 1 - test-api/test-prompt2-api | 1 - 2 files changed, 2 deletions(-) diff --git a/test-api/test-prompt-api b/test-api/test-prompt-api index 1005bc90..4f69f09a 100755 --- a/test-api/test-prompt-api +++ b/test-api/test-prompt-api @@ -22,7 +22,6 @@ resp = requests.post( resp = resp.json() -print(resp) if "error" in resp: print(f"Error: {resp['error']}") sys.exit(1) diff --git a/test-api/test-prompt2-api b/test-api/test-prompt2-api index f1b80c48..1e641439 100755 --- a/test-api/test-prompt2-api +++ b/test-api/test-prompt2-api @@ -22,7 +22,6 @@ resp = requests.post( resp = resp.json() -print(resp) if "error" in resp: print(f"Error: {resp['error']}") sys.exit(1)