4Science / DSpace

This repository contains the 4Science optimized DSpace & DSpace-CRIS distribution.
https://wiki.lyrasis.org/display/DSPACECRIS/
BSD 3-Clause "New" or "Revised" License
42 stars 61 forks source link

MetricLoadScriptService: omit log messages in production mode #396

Closed saschaszott closed 10 months ago

saschaszott commented 10 months ago

We see a lot of info log messages in the JS console even in production mode, e.g.

Loading script of altmetric
Loading script of dimensions
Loading script of plumX
Resolving with status Loaded

These messages are generated in MetricLoadScriptService. Please consider to remove these debug messages at least in production mode.

saschaszott commented 10 months ago

this issue is related to the frontend component of DSC - it was moved to https://github.com/4Science/dspace-angular/issues/55