Skip to content
Snippets Groups Projects
Commit d8bf38d5 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Remove log

parent f836982b
No related branches found
No related tags found
No related merge requests found
......@@ -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', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment