Skip to content

Commit 4f81c1a

Browse files
committed
Remove comment
1 parent f1d550b commit 4f81c1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pg_ext/big_decimal.cr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ module PG
55
# Returns a BigDecimal representation of the numeric. This retains all precision.
66
def to_big_d
77
return BigDecimal.new("0") if nan? || ndigits == 0
8-
9-
# Since BigDecimal allows initialaztion from String, why should one reinvent the wheel?
108
BigDecimal.new(to_s)
119
end
1210
end

0 commit comments

Comments
 (0)