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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ for k=1:size(hashtable,2)
    end
    string_parts = s;
    
    functions = regexp(string_parts,hashtable{k}(1),'once')
    functions = regexp(string_parts,hashtable{k}(1),'once');
            if ~isempty(functions{1})
                if (~any(ismember(found,hashtable{k}(1))))
                string = [string 'IMPORTING ' char(hashtable{k}(2)) sprintf('\n')];