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