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