mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-05 04:15:35 -04:00
Removing the logging of the library json on scan
This commit is contained in:
parent
73b38492ba
commit
cb76a96126
@ -202,6 +202,5 @@ class Library
|
||||
.select { |title| !title.entries.empty? }
|
||||
.sort { |a, b| a.title <=> b.title }
|
||||
@logger.debug "Scan completed"
|
||||
@logger.debug "Scanned library: \n#{self.to_pretty_json}"
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user