removed debugger statement

This commit is contained in:
WolverinDEV 2020-03-19 10:37:49 +01:00
parent d8d5817d7c
commit 9cf6810896

View file

@ -464,7 +464,6 @@ namespace profiles.identities {
identity = identity.match(/([0-9]+V[0-9a-zA-Z]+[=]+)/)[1];
if(!identity) throw "invalid identity key value";
debugger;
const result = parse_string(identity);
result.name = name || result.name;
return result;