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

removed debug output

parent da87b0c9
No related branches found
No related tags found
No related merge requests found
...@@ -76,8 +76,6 @@ func (ip IP) String() string { ...@@ -76,8 +76,6 @@ func (ip IP) String() string {
} }
func (ip IP) stringIPv6() string { func (ip IP) stringIPv6() string {
fmt.Println(ip.higher & 0xFFFF000000000000 >> 48)
return fmt.Sprintf("%X:%X:%X:%X:%X:%X:%X:%X", return fmt.Sprintf("%X:%X:%X:%X:%X:%X:%X:%X",
ip.higher&0xFFFF000000000000>>48, ip.higher&0xFFFF000000000000>>48,
ip.higher&0x0000FFFF00000000>>32, 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