Remove some logging
This commit is contained in:
parent
efcf081e80
commit
02b60c31b4
1 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@ module.exports = async function(userID, lastfmUsername) {
|
|||
reject(sendText);
|
||||
} else {
|
||||
let sendText = `Your last.fm username has been set to '${lastfmUsername}'.`;
|
||||
console.log(sendText);
|
||||
resolve(sendText);
|
||||
}
|
||||
db.close();
|
||||
|
@ -53,7 +52,6 @@ module.exports = async function(userID, lastfmUsername) {
|
|||
reject(sendText);
|
||||
} else {
|
||||
let sendText = `Your last.fm username has been updated to '${lastfmUsername}'.`;
|
||||
console.log(sendText);
|
||||
resolve(sendText);
|
||||
}
|
||||
db.close();
|
||||
|
|
Loading…
Add table
Reference in a new issue