Commit 2ab8da2567089c2d93a9b06f651f5933015fec83

Thomas de Grivel 2023-02-28T12:04:38

debug

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/rbpkg.rb b/lib/rbpkg.rb
index f098c31..1519690 100644
--- a/lib/rbpkg.rb
+++ b/lib/rbpkg.rb
@@ -168,7 +168,6 @@ EOF
             s = File.read(subdir_file).strip.to_sym
             raise "invalid status" unless [:running, :ko, :ok].include?(s)
             name = File.basename(subdir_file, ".status")
-            puts "status[#{name.inspect}]"
             d_name = "#{d}/#{name}"
             file = "#{name}.status"
             if ! File.exist?(file) || File.mtime(file) <= File.mtime(subdir_file)