mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-20 20:17:38 +00:00
Removed unused block
This commit is contained in:
parent
57cef2f44f
commit
1f92848a1a
@ -162,11 +162,6 @@ export default class Darkwire {
|
||||
// Don't send unless other users exist
|
||||
return new Promise((resolve, reject) => {
|
||||
additionalData = additionalData || {};
|
||||
// if (this._users.length <= 1) {
|
||||
// console.log('rejected:' + this._users);
|
||||
// reject();
|
||||
// return;
|
||||
// };
|
||||
|
||||
// if there is a non-empty message and a socket connection
|
||||
if (message && this._connected) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user