Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Feb 22, 2017
1 parent bc9dc97 commit 369616e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ class ContextSession {
return;
}

if (!json) {
this.create();
return;
}

this.create(json, externalKey);
this.prevHash = util.hash(this.session.toJSON());
}
Expand Down

0 comments on commit 369616e

Please sign in to comment.