Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log noise from pdu_types.PDU.__eq__ #2

Open
oberstetpanamax opened this issue Jun 18, 2023 · 1 comment
Open

Log noise from pdu_types.PDU.__eq__ #2

oberstetpanamax opened this issue Jun 18, 2023 · 1 comment

Comments

@oberstetpanamax
Copy link

The class pdu_types.PDU in its equality operator spills out some log noise

print(self.params)

smpp_time also has log noise:

(cpy3113_1) oberstet@thinkpad-t430s:~/scm/panamax/smpp.pdu$ find . -name "*.py" -exec grep -Hi "print" {} \;
./smpp/pdu/smpp_time.py:    print(t_str[-1])
./smpp/pdu/pdu_types.py:        print(self.params)
./smpp/pdu/pdu_types.py:        print(pdu.params)
@oberstetpanamax
Copy link
Author

fixed via #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant