mmn-client-js 1.0.7 → 1.0.8

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.esm.js CHANGED
@@ -7713,7 +7713,6 @@ class MmnClient {
7713
7713
  body: JSON.stringify(request),
7714
7714
  };
7715
7715
  const response = await fetch(this.config.baseUrl, requestOptions);
7716
- console.log('🚀 ~ MmnClient ~ makeRequest ~ response:', response);
7717
7716
  clearTimeout(timeoutId);
7718
7717
  if (!response.ok) {
7719
7718
  throw new Error(`HTTP ${response.status}: ${response.statusText}`);