minor cleanup
This commit is contained in:
		@@ -1,4 +1,3 @@
 | 
			
		||||
 | 
			
		||||
module.exports = {
 | 
			
		||||
 | 
			
		||||
  us: [
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,7 @@ var debugEnabled = false;
 | 
			
		||||
    value.
 | 
			
		||||
*/
 | 
			
		||||
function output() {
 | 
			
		||||
  if (debugEnabled === true) {
 | 
			
		||||
  if (debugEnabled) {
 | 
			
		||||
    return console.log.apply(this, arguments);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user