Skip to content

Commit

Permalink
1st shot at suppressing the Polymake banner in Oscar
Browse files Browse the repository at this point in the history
  • Loading branch information
fieker committed Apr 7, 2020
1 parent dd8359f commit 49e2df8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Polymake.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,8 @@ include("polynomial.jl")

include("polymake_direct_calls.jl")

include("generate_applications.jl")
Base.CoreLogging.with_logger(Base.CoreLogging.NullLogger()) do
include("generate_applications.jl")
end

end # of module Polymake

0 comments on commit 49e2df8

Please sign in to comment.