Revert "Added tracer for media scanning"

This reverts commit adb77df481.
master
Andrew DeMaria 8 years ago
parent adb77df481
commit 68d02991e2
  1. 2
      libresonic-main/src/main/java/org/libresonic/player/service/MediaScannerService.java

@ -220,8 +220,6 @@ public class MediaScannerService {
LOG.info("Scanned media library with " + scanCount + " entries."); LOG.info("Scanned media library with " + scanCount + " entries.");
} }
LOG.trace("Scanning file {}", file.getPath());
searchService.index(file); searchService.index(file);
// Update the root folder if it has changed. // Update the root folder if it has changed.

Loading…
Cancel
Save