Skip to content

Commit 40a9335

Browse files
committed
delete useless output
1 parent ab71a6c commit 40a9335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/saveEventsFile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
function printHeaderExtraColumns(logFile)
192192
% print any extra column specified by the user
193193

194-
[namesExtraColumns, logFile] = returnNamesExtraColumns(logFile);
194+
[namesExtraColumns] = returnNamesExtraColumns(logFile);
195195

196196
for iExtraColumn = 1:numel(namesExtraColumns)
197197

src/utils/returnNamesExtraColumns.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% (C) Copyright 2020 CPP_BIDS developers
22

3-
function [namesExtraColumns, logFile] = returnNamesExtraColumns(logFile)
3+
function [namesExtraColumns] = returnNamesExtraColumns(logFile)
44
%
55
% Short description of what the function does goes here.
66
%

0 commit comments

Comments
 (0)