removed debug flag

This commit is contained in:
Torsten Stelling
2013-06-28 20:51:55 +02:00
parent 9db7b8e96a
commit 5627bdeb7f

View File

@@ -10,7 +10,7 @@ class FeverAPI extends Handler {
const STATUS_ERR = 0;
// debugging only functions with JSON
const DEBUG = true; // enable if you need some debug output in your tinytinyrss root
const DEBUG = false; // enable if you need some debug output in your tinytinyrss root
const DEBUG_USER = 0; // your user id you need to debug - look it up in your mysql database and set it to a value bigger than 0
const DEBUG_FILE = './debug_fever.txt'; // the file for debugging output