Correct debug call after refactoring. Fixes #96.

This commit is contained in:
Ian Webster 2016-12-10 17:09:04 -08:00
parent 69945a63fe
commit 776231dd09

View File

@ -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;