Remove macOS specific debugging code

This commit is contained in:
Ebu
2025-12-02 13:20:54 +01:00
parent c730cc1b62
commit 80c522095c
7 changed files with 18 additions and 66 deletions

View File

@@ -5,6 +5,3 @@ edition = "2024"
[dependencies]
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", version = "0.0.0", default-features = false }
log = "0.4.28"
simplelog = "0.12.2"
crossbeam = "0.8.4"