Skip to content
Snippets Groups Projects
Commit 435de899 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

removing dev code

parent 82ccb250
No related branches found
No related tags found
No related merge requests found
...@@ -33,10 +33,6 @@ function Invitation(json) { ...@@ -33,10 +33,6 @@ function Invitation(json) {
return; return;
} }
that.message = 'INVITATION.ERROR.BAD_INVITATION_FORMAT';
that.pubkey = json.issuer;
return;
var identity = { var identity = {
uid: json.content.substr(0, separatorIndex), uid: json.content.substr(0, separatorIndex),
pubkey: json.content.substr(separatorIndex+1) pubkey: json.content.substr(separatorIndex+1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment