@patternfly-java/charts 0.0.6 → 0.0.7

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly-java/charts",
3
3
  "private": false,
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "description": "Web Components wrapper around PatternFly React Charts",
6
6
  "homepage": "https://patternfly-java.github.io/",
7
7
  "repository": {
@@ -312,7 +312,6 @@ export class ReactWrapperElement extends LitElement {
312
312
 
313
313
  set subTitle(value) {
314
314
  this._subTitle = value;
315
- console.log("### react-wrapper.js: Setting subTitle to %s", this._subTitle);
316
315
  this._notifyChange();
317
316
  }
318
317