Correct debug call after refactoring. Fixes #96.
This commit is contained in:
parent
69945a63fe
commit
776231dd09
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user