Skip to content
Snippets Groups Projects
Commit a640e712 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Remove extra debug output.

Some debug output was left enabled.  Silence it.


git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8564 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent cdea6f18
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ for k=1:size(hashtable,2) ...@@ -68,7 +68,7 @@ for k=1:size(hashtable,2)
end end
string_parts = s; string_parts = s;
functions = regexp(string_parts,hashtable{k}(1),'once') functions = regexp(string_parts,hashtable{k}(1),'once');
if ~isempty(functions{1}) if ~isempty(functions{1})
if (~any(ismember(found,hashtable{k}(1)))) if (~any(ismember(found,hashtable{k}(1))))
string = [string 'IMPORTING ' char(hashtable{k}(2)) sprintf('\n')]; string = [string 'IMPORTING ' char(hashtable{k}(2)) sprintf('\n')];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment