Skip to content

Commit

Permalink
[FIX] Registry: Do not use custom logger for pacote
Browse files Browse the repository at this point in the history
@ui5/logger used to be based on 'npmlog', which allowed us to pass the
same instance to pacote. Since this is no longer the case, remove the
respective code.
  • Loading branch information
RandomByte committed Jan 27, 2023
1 parent da8439e commit 242601f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ui5Framework/npm/Registry.js
Expand Up @@ -41,9 +41,6 @@ class Registry {
const opts = {
cache: this._cacheDir
};
if (log.isLevelEnabled("verbose")) {
opts.log = log._getLogger();
}
const config = libnpmconfig.read(opts, {
cwd: this._cwd
}).toJSON();
Expand Down

0 comments on commit 242601f

Please sign in to comment.