Skip to content
Snippets Groups Projects
Commit 29c0e66d authored by Daniel Czerwonk's avatar Daniel Czerwonk
Browse files

removed debug output

parent 97c448cb
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,6 @@ func (ip IP) String() string {
}
func (ip IP) stringIPv6() string {
fmt.Println(ip.higher & 0xFFFF000000000000 >> 48)
return fmt.Sprintf("%X:%X:%X:%X:%X:%X:%X:%X",
ip.higher&0xFFFF000000000000>>48,
ip.higher&0x0000FFFF00000000>>32,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment