mirror of
https://github.com/json-iterator/go.git
synced 2025-06-06 22:36:25 +02:00
remove debug print
This commit is contained in:
parent
156284b028
commit
17a26a6e20
@ -1,7 +1,6 @@
|
|||||||
package jsoniter
|
package jsoniter
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"io"
|
"io"
|
||||||
"math/big"
|
"math/big"
|
||||||
"strconv"
|
"strconv"
|
||||||
@ -329,6 +328,5 @@ func (iter *Iterator) readFloat64SlowPath() (ret float64) {
|
|||||||
iter.Error = err
|
iter.Error = err
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Println(str)
|
|
||||||
return val
|
return val
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user