Remove debugging code
This commit is contained in:
parent
ddb0a5d160
commit
6fec3fed96
2
main.js
2
main.js
@ -188,8 +188,6 @@ function sendSMS(number, body, callback) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sendSMS("14064222104", "test");
|
|
||||||
|
|
||||||
const client = sdk.createClient(settings.homeserver);
|
const client = sdk.createClient(settings.homeserver);
|
||||||
client.login("m.login.password", {"user": settings.matrixuser, "password": settings.matrixpass}).then((response) => {
|
client.login("m.login.password", {"user": settings.matrixuser, "password": settings.matrixpass}).then((response) => {
|
||||||
client.startClient();
|
client.startClient();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user