audiobookshelf/server/models
Benjamin Porter 4a76059608 Change Logger.dev calls to Logger.debug
Logger.dev is kind of in a weird spot where it doesn't fit into the
standard log level.  It is called directly by some code and it only
checks whether a property is set (which comes from an env var) before
deciding to print out.

This standardizes on `debug` by changing the dev calls to debug. Also
removes the now unused code.
2024-01-09 15:24:23 -07:00
..
Author.js
Book.js
BookAuthor.js
BookSeries.js
Collection.js
CollectionBook.js
Device.js
Feed.js
FeedEpisode.js
Library.js Change Logger.dev calls to Logger.debug 2024-01-09 15:24:23 -07:00
LibraryFolder.js
LibraryItem.js Change Logger.dev calls to Logger.debug 2024-01-09 15:24:23 -07:00
MediaProgress.js
PlaybackSession.js
Playlist.js
PlaylistMediaItem.js
Podcast.js
PodcastEpisode.js
Series.js
Setting.js
User.js