Skip to content

Commit

Permalink
Remove calls that are covered by AA general method
Browse files Browse the repository at this point in the history
  • Loading branch information
lkastner committed Apr 10, 2024
1 parent 46a9206 commit ac205af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oscar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function __init__()
# initialize random seed
set_seed!(rand(UInt32))

if isinteractive() && Base.JLOptions().banner != 0 && AbstractAlgebra.should_show_banner()
if AbstractAlgebra.should_show_banner()
_print_banner()
end

Expand Down

0 comments on commit ac205af

Please sign in to comment.