Ignore:
Timestamp:
Jul 22, 2009, 9:22:11 AM (15 years ago)
Author:
rwilson
Message:

Replaced 'print' statements with log.critical() calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/advection/test_all.py

    r4978 r7317  
    2929        if os.path.isdir(file):
    3030            sys.path.append(file)
    31             #print 'Recursing into', file
    3231            test_files += get_test_files(path + os.sep + file)
    3332        elif file[:5] == 'test_' and file[-2:] == 'py':
    34             #print 'Appending', file
    3533            test_files.append(file)
    3634        else:
Note: See TracChangeset for help on using the changeset viewer.