remove debug

This commit is contained in:
sudacode 2025-05-04 14:24:46 -07:00
parent 6838145883
commit a7df2c1bac
Signed by: sudacode
SSH Key Fingerprint: SHA256:lT5C2bB398DcX6daCF/gYFNSTK3y+Du3oTGUnYzfTEw

View File

@ -145,7 +145,6 @@ func main() {
notify(fmt.Sprintf("Failed to get current window geometry: %v", err), "")
os.Exit(1)
}
notify(fmt.Sprintf("Debug: grim -g '%s' %s", geom, tmpScreenshot), "")
if err := exec.Command("grim", "-g", geom, tmpScreenshot).Run(); err != nil {
notify(fmt.Sprintf("An error occurred while taking the screenshot (grim -g '%s'): %v", geom, err), "")
os.Exit(1)