Skip to content

Commit 71867dc

Browse files
committed
Removed debugging print
1 parent 5c4739b commit 71867dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function get_points(f::Function, options=Dict())
1111
X[i] = round(x, 8)
1212
Y[i] = round(y, 8)
1313
end
14-
print(["x"=>X, "y"=>Y, "type"=>"scatter", "mode"=>"lines", "name"=>opt["name"]])
14+
1515
return ["x"=>X, "y"=>Y, "type"=>"scatter", "mode"=>"lines", "name"=>opt["name"]]
1616
end
1717

0 commit comments

Comments
 (0)