summaryrefslogtreecommitdiff
path: root/internal/queue/queue.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/queue/queue.go')
-rw-r--r--internal/queue/queue.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/queue/queue.go b/internal/queue/queue.go
index f46e7a6..32d645f 100644
--- a/internal/queue/queue.go
+++ b/internal/queue/queue.go
@@ -78,10 +78,10 @@ func queuePlatforms(args config.Args) error {
if args.DryRun {
continue
}
- // log.Println("Removing", filePath)
- // if err := os.Remove(filePath); err != nil {
- // return err
- // }
+ log.Println("Removing", filePath)
+ if err := os.Remove(filePath); err != nil {
+ return err
+ }
}
return nil