diff --git a/mozilla/tools/reporter/config.inc.php b/mozilla/tools/reporter/config.inc.php index 39ec12d32fa..fa2a6493ce2 100644 --- a/mozilla/tools/reporter/config.inc.php +++ b/mozilla/tools/reporter/config.inc.php @@ -37,7 +37,7 @@ * ***** END LICENSE BLOCK ***** */ // Debug -$config['debug'] = true; +$config['debug'] = false; // Paths $config['app_url'] = 'http://localhost/rmo/app';