Skip to content

Commit 2759daf

Browse files
committed
Removed a test print statement.
1 parent 00e8244 commit 2759daf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/plotly_aux/plotly.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
if (struct_provided)
5050
nofig_obj = plotlynofig(varargin{1:end-1}, structargs);
5151
else
52-
structargs
5352
nofig_obj = plotlynofig(varargin{1:end}, structargs);
5453
end
5554
nofig_obj.layout.width = 840;

0 commit comments

Comments
 (0)