Browse Source

Default debug to off

widget
Lee Willis 12 years ago
parent
commit
769bf738bb
  1. 2
      github-api.php

2
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 );
/**

Loading…
Cancel
Save