devabhishekpal commented on code in PR #5658:
URL: https://github.com/apache/ozone/pull/5658#discussion_r1461424976


##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/insights/om/om.tsx:
##########
@@ -438,14 +445,19 @@ export class Om extends React.Component<Record<string, 
object>, IOmdbInsightsSta
   );
 
   handlefsoNonfsoMenuChange = (e: any) => {
-    if (e.key === 'fso') {
-      openPrevKeyList =[""];
-      this.fetchOpenKeys(true, false, this.state.DEFAULT_LIMIT, "");
-    }
-    else {
-      openPrevKeyList = [""];
-      this.fetchOpenKeys(false, true, this.state.DEFAULT_LIMIT, "");
-    }
+    console.log("Non FSO handle", e.key);

Review Comment:
   If this console.log is not required can we delete it? We should try to avoid 
logging in prod env.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to