From 1b96804fb8b240b124455946dcf721d080e58d33 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 23 Oct 2025 17:45:38 -0400 Subject: [PATCH] Remove Procfile This must have been used at some point for development since the Procfile was indicating log to stdout, however it's not used anymore. Reduce noise by removing the file. --- Procfile | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Procfile diff --git a/Procfile b/Procfile deleted file mode 100644 index 2e7f9cf3..00000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: gunicorn app_wrapper:app --log-file - --timeout 300