Skip to content

Commit

Permalink
chore: disabling encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Oct 16, 2019
1 parent 18f20e2 commit 3a2ffe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/arc-electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class ArcElectron extends ArcAppMixin(LitElement) {
/* global log */
this.log = log;
this.sysVars = process.env;
this.withEncrypt = true;
}

connectedCallback() {
Expand Down

0 comments on commit 3a2ffe5

Please sign in to comment.