remove debug

This commit is contained in:
2025-05-04 14:24:46 -07:00
parent 6838145883
commit a7df2c1bac

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)