removed println macro used for testing

This commit is contained in:
Emma Tebibyte 2023-04-15 17:22:32 -04:00
parent 4b6e5edbd3
commit 487b8e4580
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ pub struct ThemeWatcher {
impl ThemeWatcher {
pub fn spawn(styles: Arc<Mutex<StyleStore>>) -> Sender<PathBuf> {
let themes_dir = get_data_dir().join("themes");
println!("{:?}", themes_dir);
let default_path = themes_dir.join("default.toml");
let (fs_tx, fs_rx) = unbounded();
let (command_tx, command_rx) = unbounded();