Remove hash when joining a team with a link

This commit is contained in:
yflory
2019-12-20 15:48:29 +01:00
parent 18c342760a
commit c2c5dbdb64
2 changed files with 2 additions and 2 deletions

View File

@@ -1440,7 +1440,6 @@ define([
var json = Util.tryParse(val);
if (!json) { return void cb({ error: "parseError" }); }
console.error("JSON", json);
cb(json);
}, { // cryptget opts
network: ctx.store.network,