rytm-webflow 2.0.0 → 2.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rytm-webflow",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "rytm webflow pack - ASwap, ShowUp",
5
5
  "main": "scripts/index.js",
6
6
  "scripts": {
@@ -334,9 +334,7 @@ class ASwapDispatcher extends EventDispatcher {
334
334
  this.storeResult(url, xhr.responseText);
335
335
  }
336
336
  this.handleResult(xhr.responseText);
337
- } else {
338
- this.warning("AS problem - GET", url, "returned no result");
339
- }
337
+ }
340
338
  };
341
339
  xhr.open(method, url);
342
340
  xhr.send(data);