remove debug

This commit is contained in:
SimonDanisch 2019-05-09 12:45:13 +02:00
parent d5f3a3ef69
commit 379a320d2d
2 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,7 @@ ImageMagick
Images Images
LaTeXStrings LaTeXStrings
RDatasets RDatasets
Random
StatsPlots StatsPlots
Test
UnicodePlots UnicodePlots
VisualRegressionTests VisualRegressionTests
BinaryProvider BinaryProvider

View File

@ -75,7 +75,6 @@ function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = is
expr = Expr(:block) expr = Expr(:block)
append!(expr.args, example.exprs) append!(expr.args, example.exprs)
eval(expr) eval(expr)
png(joinpath(@__DIR__, "testimgs", "test$idx.png"))
png(fn) png(fn)
end end