Removing the logging of the library json on scan

This commit is contained in:
Alex Ling 2020-02-28 16:55:39 +00:00
parent 5abdca24c2
commit 77864afa67

View File

@ -204,6 +204,5 @@ class Library
.select { |title| !title.entries.empty? } .select { |title| !title.entries.empty? }
.sort { |a, b| a.title <=> b.title } .sort { |a, b| a.title <=> b.title }
@logger.debug "Scan completed" @logger.debug "Scan completed"
@logger.debug "Scanned library: \n#{self.to_pretty_json}"
end end
end end