Removed out of date comment.

This commit is contained in:
scruzin 2019-01-09 22:25:10 +10:30
parent c8ec317823
commit c386f45bbd
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ func handleInvoke(s *Session, body []byte) error {
var obj2 C_AMFObject
C_AMFProp_GetObject(C_AMF_GetProp(&obj, "", 3), &obj2)
code := C_AMFProp_GetString(C_AMF_GetProp(&obj2, av_code, -1))
level := C_AMFProp_GetString(C_AMF_GetProp(&obj2, av_level, -1)) // Not used.
level := C_AMFProp_GetString(C_AMF_GetProp(&obj2, av_level, -1))
s.log(DebugLevel, pkg+"onStatus", "code", code, "level", level)
switch code {