From 31265e550162b5e53a5d5edb9a2f34b3125f61e3 Mon Sep 17 00:00:00 2001 From: Pokey Rule Date: Mon, 8 Nov 2021 17:49:46 +0000 Subject: [PATCH] Improved touch --- src/marks/mark.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/marks/mark.py b/src/marks/mark.py index 8fc75cbb..0113af20 100644 --- a/src/marks/mark.py +++ b/src/marks/mark.py @@ -189,12 +189,3 @@ def on_watch(path, flags): app.register("ready", on_ready) - - -def pre_phrase(_): - subdir: Path = actions.user.communication_dir_named_subdir("cursorless") - print(subdir) - (subdir / "hatMapSnapshotSignal").touch() - - -speech_system.register("pre:phrase", pre_phrase) \ No newline at end of file