mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Further cleanup of debug code, preparing for devel-branch merger.
This commit is contained in:
parent
9f751d9334
commit
7e6cced01a
1 changed files with 0 additions and 2 deletions
|
|
@ -394,7 +394,6 @@ class TelnetOOB(object):
|
|||
if self.MSDP:
|
||||
msdp_cmdname = cmdname
|
||||
encoded_oob = self.encode_msdp(msdp_cmdname, *args, **kwargs)
|
||||
#print "sending MSDP:", encoded_oob
|
||||
self.protocol._write(IAC + SB + MSDP + encoded_oob + IAC + SE)
|
||||
|
||||
if self.GMCP:
|
||||
|
|
@ -404,5 +403,4 @@ class TelnetOOB(object):
|
|||
gmcp_cmdname = "Custom.Cmd"
|
||||
kwargs["cmdname"] = cmdname
|
||||
encoded_oob = self.encode_gmcp(gmcp_cmdname, *args, **kwargs)
|
||||
#print "sending GMCP:", encoded_oob
|
||||
self.protocol._write(IAC + SB + GMCP + encoded_oob + IAC + SE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue