It just worked! (shrug)
Dev

Dev commited on 2018-06-17 09:34:44
Showing 1 changed files, with 0 additions and 1 deletions.

... ...
@@ -77,7 +77,6 @@ module RCM
77 77
         f.mode = f_stat.mode.to_s(8)[-4, 4]
78 78
         f.state = ::RCM::File::PRESENT
79 79
         got[path] = f
80
-        @logger.debug(f)
81 80
       end
82 81
 
83 82
       got
84 83