This commit is contained in:
GotPPay
2018-01-12 02:12:05 +01:00
parent b80843cb97
commit bbec4e9940

View File

@@ -114,7 +114,6 @@ MongoClient.connect (config.dbURL)
console.log ('Express server running on port ' + config.PORT);
alexa.updateIntentsJSON ();
databaseHelper.loadTokens ();
amazonHelper.getStatus(config.SKILL_ID);
});
})
.catch (e => {