We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The class pdu_types.PDU in its equality operator spills out some log noise
pdu_types.PDU
smpp.pdu/smpp/pdu/pdu_types.py
Line 172 in 2a89dea
smpp_time also has log noise:
smpp_time
(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)
The text was updated successfully, but these errors were encountered:
fixed via #3
Sorry, something went wrong.
No branches or pull requests
The class
pdu_types.PDU
in its equality operator spills out some log noisesmpp.pdu/smpp/pdu/pdu_types.py
Line 172 in 2a89dea
smpp_time
also has log noise:The text was updated successfully, but these errors were encountered: