Remove log

This commit is contained in:
Rodrigo Nascimento 2017-08-07 09:38:31 -03:00
parent f836982b09
commit d8bf38d5e7
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ export function connect(cb) {
const currentServer = realm.objects('servers').filtered('current = true')[0];
const url = `${ currentServer.id }/websocket`;
console.log('CONNECTING TO', url);
Meteor.connect(url);
Meteor.ddp.on('connected', () => {