mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Removing the logging of the library json on scan
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user