diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-25 12:09:06 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-25 12:09:06 -0700 |
| commit | 1e9f1ddec62c6807aa44bb75b33e1c36b60def13 (patch) | |
| tree | 722d66f2a91a403e85a4d72d0c86283b15eef965 | |
| parent | 0d3f73864b689b80411adc2979660da6cf883959 (diff) | |
| download | ccl-1e9f1ddec62c6807aa44bb75b33e1c36b60def13.tar.zst | |
Remove some accidental debugging lines
| -rw-r--r-- | asspb.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -301,11 +301,9 @@ func Unmarshal(data []byte, v any) error { if err != nil { return err } - fmt.Printf("%s: %v\n", data, m) jsonBytes, err := json.Marshal(m) if err != nil { return err } - fmt.Printf("%s: %s\n", data, jsonBytes) return json.Unmarshal(jsonBytes, v) } |
