read/1 was able to read any of the wacko formats produced by amount/N, but couldn't read the simpler format accepted by string_to_price/1
Now it can.
Also removed some silly debug print statements that lingered.
`read/1` was able to read any of the wacko formats produced by `amount/N`, but couldn't read the simpler format accepted by `string_to_price/1`
Now it can.
Also removed some silly debug print statements that lingered.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
read/1was able to read any of the wacko formats produced byamount/N, but couldn't read the simpler format accepted bystring_to_price/1Now it can.
Also removed some silly debug print statements that lingered.