remove debug log
This commit is contained in:
parent
008efd77a9
commit
641b559c9b
1 changed files with 0 additions and 2 deletions
|
@ -40,6 +40,4 @@ export const quit = (client: Client) => {
|
||||||
|
|
||||||
// Close client
|
// Close client
|
||||||
client.destroy();
|
client.destroy();
|
||||||
|
|
||||||
console.log('ciao!');
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue