Skip to content

Commit

Permalink
rm debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Jan 4, 2025
1 parent 2835fb3 commit 80ab728
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pk.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package pk

import (
"errors"
"fmt"
"math"
"regexp"
"strconv"
Expand Down Expand Up @@ -106,7 +105,6 @@ func init_H3_HEADER() {
panic(cellErr)
}
idx := strconv.FormatInt(int64(cell), 2)
fmt.Println(idx)
// Python bin(xxx) result has prefix "0bxxxxx"
// Golang FormatInt does not
filled := zfill(idx, "0", 64)
Expand Down

0 comments on commit 80ab728

Please sign in to comment.