Remove debugging leftovers

This commit is contained in:
Hilmar Gústafsson 2020-01-31 19:06:09 +01:00
parent 581a923255
commit 098431535b

View File

@ -62,8 +62,6 @@ impl super::UIManager for WindowsUIManager {
if let Ok(p) = get_icon_path() {
toast = toast.icon(&p, IconCrop::Circular, "espanso");
} else {
toast = toast.text2(":(");
}
toast.show().expect("Unable to toast");