@wemap/routers 11.2.0 → 11.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1279,7 +1279,6 @@ class IdfmRemoteRouter extends RemoteRouter {
1279
1279
  }
1280
1280
  [coreParams, queryParams].map((params) => {
1281
1281
  for (const pair of params.entries()) {
1282
- console.log(pair[0], pair[1]);
1283
1282
  url.searchParams.append(pair[0], pair[1]);
1284
1283
  }
1285
1284
  });