Removed unused block

This commit is contained in:
Dan Seripap 2016-02-24 22:33:19 -05:00
parent 57cef2f44f
commit 1f92848a1a

View File

@ -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) {