Correct debug call after refactoring. Fixes #96.
This commit is contained in:
		@@ -27,7 +27,9 @@ app.use(function(req, res, next) {
 | 
				
			|||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Enable log messages when sending texts.
 | 
					// Enable log messages when sending texts.
 | 
				
			||||||
text.debug(true);
 | 
					text.config({
 | 
				
			||||||
 | 
					  debugEnabled: true,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Optional modules
 | 
					// Optional modules
 | 
				
			||||||
var banned_numbers;
 | 
					var banned_numbers;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user