Skip to content

Commit

Permalink
Remove duplicate toolbox version disp statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Nov 15, 2024
1 parent 1af4cea commit d495f1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions matlab/tools/packageMatlabInterface.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
disp("Output Folder: " + outputFolder);
disp("Toolbox Version: " + toolboxVersion);

disp("Toolbox Version:" + toolboxVersion);

identifier = "ad1d0fe6-22d1-4969-9e6f-0ab5d0f12ce3";
opts = matlab.addons.toolbox.ToolboxOptions(toolboxFolder, identifier);
opts.ToolboxName = "MATLAB Arrow Interface";
Expand Down

0 comments on commit d495f1e

Please sign in to comment.