@gnwebsoft/ui 2.18.39 → 2.18.41

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.
@@ -86,7 +86,6 @@ var api = class {
86
86
  ...options
87
87
  };
88
88
  const result = await fetch(url, alteredOptions);
89
- console.log("result", result);
90
89
  return result;
91
90
  }
92
91
  static async tempFetch(url, options = {}) {
@@ -200,7 +199,6 @@ var api2 = class {
200
199
  ...options
201
200
  };
202
201
  const result = await fetch(url, alteredOptions);
203
- console.log("result", result);
204
202
  return result;
205
203
  }
206
204
  static async tempFetch(url, options = {}) {
@@ -86,7 +86,6 @@ var api = class {
86
86
  ...options
87
87
  };
88
88
  const result = await fetch(url, alteredOptions);
89
- console.log("result", result);
90
89
  return result;
91
90
  }
92
91
  static async tempFetch(url, options = {}) {
@@ -200,7 +199,6 @@ var api2 = class {
200
199
  ...options
201
200
  };
202
201
  const result = await fetch(url, alteredOptions);
203
- console.log("result", result);
204
202
  return result;
205
203
  }
206
204
  static async tempFetch(url, options = {}) {