Check compression lengths

This commit is contained in:
Miek Gieben 2014-02-10 12:43:38 +00:00
parent 0cba5240c3
commit 6293844a72
1 changed files with 0 additions and 1 deletions

1
msg.go
View File

@ -1615,7 +1615,6 @@ func compressionLenHelper(c map[string]int, s string) {
l += len(pref)
c[pref] = l
}
fmt.Printf("%+v -> %+v\n", s, c)
}
// Look for each part in the compression map and returns its length,