From 2418e7ec30e3fc91c0cdbfde8ffff258dccbc564 Mon Sep 17 00:00:00 2001 From: emnbdx Date: Wed, 27 Mar 2024 23:06:10 +0100 Subject: [PATCH] Reset DebugMode to false by default --- MangoPay/Libraries/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MangoPay/Libraries/Configuration.php b/MangoPay/Libraries/Configuration.php index a764aa87..26018e36 100644 --- a/MangoPay/Libraries/Configuration.php +++ b/MangoPay/Libraries/Configuration.php @@ -42,7 +42,7 @@ class Configuration * [INTERNAL USAGE ONLY] * Switch debug mode: log all request and response data */ - public $DebugMode = true; + public $DebugMode = false; /** * Set the logging class if DebugMode is enabled