From 435de899f37b5e3cc2bea86e20ec70e143a95e33 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Mon, 13 Mar 2017 17:43:15 +0100 Subject: [PATCH] removing dev code --- www/plugins/es/js/entities/invitation.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/www/plugins/es/js/entities/invitation.js b/www/plugins/es/js/entities/invitation.js index 9cad93a0e..906de99f0 100644 --- a/www/plugins/es/js/entities/invitation.js +++ b/www/plugins/es/js/entities/invitation.js @@ -33,10 +33,6 @@ function Invitation(json) { return; } - that.message = 'INVITATION.ERROR.BAD_INVITATION_FORMAT'; - that.pubkey = json.issuer; - return; - var identity = { uid: json.content.substr(0, separatorIndex), pubkey: json.content.substr(separatorIndex+1) -- GitLab