monkey-front-core 0.0.490 → 0.0.491

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.
@@ -743,8 +743,6 @@ class MonkeyEcxFormatCurrencyPipe {
743
743
  // not to do
744
744
  }
745
745
  transform(value, symbol = 'symbol') {
746
- console.log('veio no core@@@@');
747
- console.log(this.defaultCurencyCode.toString());
748
746
  const currency = this.defaultCurencyCode.toString();
749
747
  return this.currencyPipe.transform(value, currency, symbol);
750
748
  }