diff --git a/matlab/tools/packageMatlabInterface.m b/matlab/tools/packageMatlabInterface.m index 7567acfea689f..553733b6a0a88 100644 --- a/matlab/tools/packageMatlabInterface.m +++ b/matlab/tools/packageMatlabInterface.m @@ -41,13 +41,8 @@ identifier = "ARROW-MATLAB-TOOLBOX"; opts = matlab.addons.toolbox.ToolboxOptions(toolboxFolder, identifier); -disp("ToolboxMatlabPath Post Construction: " + opts.ToolboxMatlabPath); - opts.ToolboxName = "MATLAB Interface to Arrow"; opts.ToolboxVersion = toolboxVersion; -opts.ToolboxMatlabPath = toolboxFolder; - -disp("ToolboxMatlabPath Post Set: " + opts.ToolboxMatlabPath); % Set the SupportedPlatforms opts.SupportedPlatforms.Win64 = true;