Skip to content

Commit b92f4d4

Browse files
committed
Revert "Add @info in configure"
This reverts commit 7e9c3ed.
1 parent 7e9c3ed commit b92f4d4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/IntervalArithmetic.jl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,7 @@ function configure(; numtype::Type{<:NumTypes}=Float64, flavor::Symbol=:set_base
211211
configure_rounding(rounding)
212212
configure_power(power)
213213
configure_matmul(matmul)
214-
#
215-
@info """Configuration:
216-
- bound type: $numtype
217-
- flavor: $flavor
218-
- interval rounding: $rounding
219-
- power mode: $power
220-
- matmul mode: $matmul"""
214+
return numtype, flavor, rounding, power, matmul
221215
end
222216

223217
configure()

0 commit comments

Comments
 (0)