removed debugger statement
This commit is contained in:
parent
d8d5817d7c
commit
9cf6810896
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue