Remove debugs

This commit is contained in:
Miek Gieben 2012-01-09 21:27:52 +01:00
parent f90270014c
commit 6e0340d46f
1 changed files with 0 additions and 1 deletions

1
msg.go
View File

@ -290,7 +290,6 @@ Loop:
return "", lenmsg, false
}
off = (c^0xC0)<<8 | int(c1)
println("offset", off)
default:
// 0x80 and 0x40 are reserved
return "", lenmsg, false