monkey-front-core 0.0.41 → 0.0.42

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.
@@ -1865,7 +1865,10 @@ class MonkeyEcxCommonsService {
1865
1865
  return new MonkeyEcxRequestPagedHandling(url, __requestPaged || {}).getRequestWithPagedParams();
1866
1866
  }
1867
1867
  clear(clearData) {
1868
+ console.log('----> clear');
1868
1869
  if (clearData) {
1870
+ console.log('veio clear data');
1871
+ console.log(this.__data);
1869
1872
  this.__data = null;
1870
1873
  this.__requestPaged = null;
1871
1874
  this.__params = null;