Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Aug 24, 2016
1 parent e520f29 commit f752c19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/backends/glvisualize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1016,9 +1016,7 @@ function scatter(points, kw_args)
if isa(prim, GLNormalMesh)
kw_args[:scale] = map(kw_args[:model]) do m
s = m[1,1], m[2,2], m[3,3]
x = 1f0./Vec3f0(s)
println(x)
x
1f0./Vec3f0(s)
end
end

Expand Down

0 comments on commit f752c19

Please sign in to comment.