pull/5370/head
filip mertens 2 years ago committed by Aniket
parent c817014925
commit 6041903c11
  1. 1
      libs/remix-url-resolver/src/resolve.ts

@ -141,7 +141,6 @@ export class RemixURLResolver {
if (this.getDependencies) { if (this.getDependencies) {
try { try {
const { deps, yarnLock, packageLock } = await this.getDependencies() const { deps, yarnLock, packageLock } = await this.getDependencies()
console.log('deps', deps, yarnLock, packageLock)
let matchLength = 0 let matchLength = 0
let pkg let pkg
if (deps) { if (deps) {

Loading…
Cancel
Save