Remove debugging code

This commit is contained in:
Skylar Ittner 2020-11-05 23:07:59 -07:00
parent ddb0a5d160
commit 6fec3fed96

View File

@ -188,8 +188,6 @@ function sendSMS(number, body, callback) {
}
}
sendSMS("14064222104", "test");
const client = sdk.createClient(settings.homeserver);
client.login("m.login.password", {"user": settings.matrixuser, "password": settings.matrixpass}).then((response) => {
client.startClient();