FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove debug output · patternfly-java/patternfly-java@dc770bc · GitHub

Commit dc770bc

Browse files
committed
Remove debug output
1 parent 37b04b4 commit dc770bc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

‎charts/npm/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly-java/charts",
33
"private": false,
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"description": "Web Components wrapper around PatternFly React Charts",
66
"homepage": "https://patternfly-java.github.io/",
77
"repository": {

‎charts/npm/src/react-wrapper.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ export class ReactWrapperElement extends LitElement {
312312

313313
set subTitle(value) {
314314
this._subTitle = value;
315-
console.log("### react-wrapper.js: Setting subTitle to %s", this._subTitle);
316315
this._notifyChange();
317316
}
318317

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL