Drop Logging.jl (#205)

Julia 0.7 is having improved logging capabilities, we can drop
Logging.jl.
This commit is contained in:
Jukka Aho
2018-07-04 22:59:32 +03:00
committed by GitHub
parent 8bfda8c6e0
commit eb600c940e
10 changed files with 0 additions and 66 deletions
-2
View File
@@ -61,8 +61,6 @@ end
function assemble!(problem::Problem{Contact}, time::Real)
if problem.properties.dimension == -1
problem.properties.dimension = dim = size(first(problem.elements), 1)
debug("assuming dimension of mesh tie surface is $dim")
debug("if this is wrong set is manually using problem.properties.dimension")
end
dimension = Val{problem.properties.dimension}
finite_sliding = Val{problem.properties.finite_sliding}