Pearl1594 commented on code in PR #10303:
URL: https://github.com/apache/cloudstack/pull/10303#discussion_r1936058183


##########
engine/schema/src/main/java/com/cloud/user/UserAccountVO.java:
##########
@@ -131,12 +132,6 @@ public enum Setup2FAstatus {
     public UserAccountVO() {
     }
 
-    @Override
-    public String toString() {
-        return String.format("UserAccount %s.", 
ReflectionToStringBuilderUtils.reflectOnlySelectedFields
-                (this, "id", "uuid", "username", "accountName"));
-    }
-

Review Comment:
   Not sure if we have to retain this: 
https://github.com/apache/cloudstack/pull/9873/files#diff-ad04db4978745b82495c1971e127ef6d1a89fd05ff28530b775bd5ae0c0a848fR134-R138



-- 
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]

Reply via email to