Skip to content

Commit ed8c520

Browse files
committed
remove print
1 parent 8ae2ba8 commit ed8c520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalMD.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
if ~isfolder('tempF')
2626
mkdir('tempF');
2727
end
28-
disp(mdContents)
28+
2929
[~,a,b]=fileparts(fileName);
3030
f = fopen(fullfile('tempF',fileList(i).name),'wb','ieee-le','UTF-8');
3131
fwrite(f,mdContents);

0 commit comments

Comments
 (0)