| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -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": { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments