17 lines
521 B
Diff
17 lines
521 B
Diff
diff -Naur a/electron_app/src/electron-main.js b/electron_app/src/electron-main.js
|
|
--- a/electron_app/src/electron-main.js 2019-12-09 03:39:56.000000000 -0800
|
|
+++ b/electron_app/src/electron-main.js 2019-12-16 13:39:33.898118954 -0800
|
|
@@ -45,12 +45,6 @@
|
|
|
|
let Seshat = null;
|
|
|
|
-try {
|
|
- Seshat = require('matrix-seshat');
|
|
-} catch (e) {
|
|
- console.warn("seshat unavailable", e);
|
|
-}
|
|
-
|
|
if (argv["help"]) {
|
|
console.log("Options:");
|
|
console.log(" --profile-dir {path}: Path to where to store the profile.");
|