Use correct console logging
This commit is contained in:
parent
eaad87dd05
commit
38fe4eb39f
@ -37,7 +37,7 @@ exports.getIntentCommand = async (req, res) => {
|
||||
const intents = await Intent.findAll();
|
||||
const intent = intents.find(obj => obj.description === text);
|
||||
|
||||
print(intent, config.DEVICE_ID);
|
||||
console.log(intent, config.DEVICE_ID);
|
||||
|
||||
if (intent) {
|
||||
const commandId = await redis.client.xAdd(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user