This is an automated email from the ASF dual-hosted git repository.

eallen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git

commit ebaf88ff1a02153b8efbed1e376a65f38ec1cf2d
Author: Ernest Allen <eal...@redhat.com>
AuthorDate: Tue May 25 12:00:19 2021 -0400

    DISPATCH-1914 Removed some extraneous debugging log statements from the 
console's schema page
---
 console/react/src/details/schema/schemaPage.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/console/react/src/details/schema/schemaPage.js 
b/console/react/src/details/schema/schemaPage.js
index 4dc7ace..4ac88a2 100644
--- a/console/react/src/details/schema/schemaPage.js
+++ b/console/react/src/details/schema/schemaPage.js
@@ -58,9 +58,6 @@ class SchemaPage extends React.Component {
     const child = { name: entity, id: `ID.${this.nextId++}` };
     const keys = Object.keys(schema[entity]);
     keys.forEach(key => {
-      console.log(
-        `processing schema[${entity}][${key}] which is type ${typeof 
schema[entity][key]}`
-      );
       const isArray = Array.isArray(schema[entity][key]);
       if (typeof schema[entity][key] === "object" && !isArray) {
         if (!child.children) {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to