From c2793ca1bd7f48a23dbee7bd1a74e5052109b24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Mon, 12 May 2025 19:40:21 +0200 Subject: [PATCH] Cleanup --- config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config.php b/config.php index 84f65b07..82463b5b 100755 --- a/config.php +++ b/config.php @@ -338,7 +338,6 @@ $sugar_config = array( if ($_SERVER['HTTP_HOST'] == 'localhost:8080') { - var_dump("localhost"); $sugar_config['dbconfig']['db_host_name'] = 'twinpol-mysql56'; $sugar_config['dbconfig']['db_user_name'] = 'root'; $sugar_config['dbconfig']['db_password'] = 'rootpassword';