Skip to content

Commit 044979f

Browse files
author
Lawrence
committed
removed introspection text
1 parent 6a6c1f4 commit 044979f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

+schemes/loadCache.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
end
1616

1717
if isempty(fileList)
18-
fprintf('Could not find namespace in `%s`', namespaceDir);
1918
Cache = struct([]);
2019
return;
2120
end

+spec/generate.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@
2828
mkdir(namespacePath);
2929
end
3030
cachePath = fullfile(namespacePath, [NamespaceInfo.name '.mat']);
31-
fprintf('Saving Namespace `%s`\n', NamespaceInfo.name);
3231
save(cachePath, '-struct', 'NamespaceInfo');
33-
CacheFiles = dir(namespacePath);
34-
CacheFiles = CacheFiles(~[CacheFiles.isdir]);
35-
fprintf('Current cache files: \n%s\n', strjoin({CacheFiles.name}, newline));
3632
end

0 commit comments

Comments
 (0)