From 2066c7908b5a033415022ad50102be48e2c4d4ab Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Mon, 4 Oct 2010 22:31:29 +0000 Subject: Remove misleading comment about debugging from the config file. --- config/ampache.cfg.php.dist | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index a30988a4..165c769d 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -339,10 +339,7 @@ amazon_base_urls = "http://webservices.amazon.com" max_amazon_results_pages = 1 ; Debug -; If this is enabled Ampache will get really chatty -; warning this can crash browser during catalog builds due to -; the amount of text that is dumped out this will also cause -; ampache to write to the log file +; If this is enabled Ampache will write debugging information to the log file ; DEFAULT: false ;debug = "false" -- cgit