mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-08 20:55:16 +00:00
NotificationService: remove redundant logging
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user