wacom 19.2.2 → 19.2.3

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.
@@ -2147,7 +2147,6 @@ class CrudService extends BaseService {
2147
2147
  super();
2148
2148
  this._config = _config;
2149
2149
  this._url += this._config.name;
2150
- console.log(localStorage.getItem('waw_user'), localStorage.getItem(this._config.name + 'waw_user_id'));
2151
2150
  if (this._config.unauthorized) {
2152
2151
  this.restoreDocs();
2153
2152
  }