NotificationService: remove redundant logging

This commit is contained in:
Ly-sec
2025-10-04 01:01:31 +02:00
parent a9965583cd
commit 56ac91e791
-1
View File
@@ -47,7 +47,6 @@ Singleton {
const req = imageQueue[0]
if (status === Image.Ready) {
Logger.log("Notification", "Caching image to:", req.dest)
Quickshell.execDetached(["mkdir", "-p", Settings.cacheDirImagesNotifications])
grabToImage(result => {
if (result.saveToFile(req.dest))