diff --git a/auth.h b/auth.h
index a4385f8..cf32dd9 100644
--- a/auth.h
+++ b/auth.h
@@ -22,7 +22,6 @@ const char *resolve_api_key() {
     if (api_key) {
         return api_key;
     }
-    fprintf(stderr, "\nThere is no API key configured in the environment.\n");
     api_key = "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";
     return api_key;
 }