From 8a67d94822a0210a20341237bb1db2855014fe4f Mon Sep 17 00:00:00 2001 From: Mathieu Bruyen Date: Sat, 15 Dec 2018 08:58:44 +0100 Subject: [PATCH] remove debug --- config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.php b/config.php index 9f91cab..14fed6b 100644 --- a/config.php +++ b/config.php @@ -4,8 +4,6 @@ // ******************************************* preg_match('#^postgres://(.*):(.*)@(.*):(.*)/(.*)$#', getenv('DATABASE_URL'), $matches); - print_r($_ENV); - print_r($matches); define('DB_TYPE', "pgsql"); define('DB_HOST', $matches[3]); define('DB_USER', $matches[1]);