spice-js 2.6.56 → 2.6.57

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.
@@ -542,7 +542,6 @@ class SpiceModel {
542
542
  }
543
543
 
544
544
  if (monitor_record.time > (response == null ? void 0 : response.time)) {
545
- if (_this3.type == "resourcedetail") console.log("Will Force Refresh");
546
545
  return true;
547
546
  }
548
547
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spice-js",
3
- "version": "2.6.56",
3
+ "version": "2.6.57",
4
4
  "description": "spice",
5
5
  "main": "build/index.js",
6
6
  "repository": {
@@ -468,7 +468,6 @@ export default class SpiceModel {
468
468
  return false;
469
469
  }
470
470
  if (monitor_record.time > response?.time) {
471
- if (this.type == "resourcedetail") console.log("Will Force Refresh");
472
471
  return true;
473
472
  }
474
473
  return false;