From 769bf738bb54a1cd26ad900eac2d2dc486d84a6f Mon Sep 17 00:00:00 2001 From: Lee Willis Date: Sun, 30 Jun 2013 22:27:18 +0100 Subject: [PATCH] Default debug to off --- github-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-api.php b/github-api.php index 8856fe9..aae9d27 100644 --- a/github-api.php +++ b/github-api.php @@ -12,7 +12,7 @@ define( 'GEDEBUG_CALL', 1 ); define( 'GEDEBUG_RESP', 2 ); // Selected debug level -define( 'GITHUB_API_LEVEL', GEDEBUG_RESP ); +define( 'GITHUB_API_LEVEL', GEDEBUG_NONE ); /**