mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 19:05:32 -04:00
Removing the logging of the library json on scan
This commit is contained in:
parent
5abdca24c2
commit
77864afa67
@ -204,6 +204,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