From af0f8a134a48287cd1e9c557831d4f7c1b362649 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sat, 9 Jan 2021 23:26:18 +0100 Subject: [PATCH] Delete some unused stuff about signing from readme Generally tidy up a bit too --- readme.md | 59 ----------------------------------------------- src/lib/config.ts | 2 +- src/lib/native.ts | 2 -- 3 files changed, 1 insertion(+), 62 deletions(-) diff --git a/readme.md b/readme.md index 99df01d7..50bda23b 100644 --- a/readme.md +++ b/readme.md @@ -320,65 +320,6 @@ If you are on a distribution which builds Firefox with `--with-unsigned-addon-sc [pyinstaller]: https://www.pyinstaller.org [gpg4win]: https://www.gpg4win.org - - ### Development loop ``` diff --git a/src/lib/config.ts b/src/lib/config.ts index 84571318..bf29bf1a 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -845,7 +845,7 @@ export class default_config { excmd: "error", hinting: "warning", messaging: "warning", - native: "debug", + native: "warning", performance: "warning", state: "warning", styling: "warning", diff --git a/src/lib/native.ts b/src/lib/native.ts index 25fb3196..9d8208ca 100644 --- a/src/lib/native.ts +++ b/src/lib/native.ts @@ -379,8 +379,6 @@ export async function run(command: string, content = "") { /** Evaluates a string in the native messenger. This has to be python code. If * you want to run shell strings, use run() instead. * - * __DEPRECATED!__ - * * Only works for native messenger versions < 0.2.0. */ export async function pyeval(command: string): Promise {