remove println

This commit is contained in:
David 2021-12-20 18:43:14 -05:00
parent 562fc231a4
commit 6ffa3b6dd4
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ func partOne() {
stream = append(stream, hexMap[hex]...)
}
_, parsedPacket := parsePackets(stream)
fmt.Println(parsedPacket)
fmt.Println(countVersions(parsedPacket))
}