diff options
author | David Cournapeau <cournape@gmail.com> | 2009-09-15 02:05:40 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-09-15 02:05:40 +0000 |
commit | 28f1a2414a8d685db1820d08ece51ab4ac3782fd (patch) | |
tree | 9d3e9ed7b39142ee81933b39c0a91a8b3912622d /numpy/f2py | |
parent | c2606d2e797da0a13e2e49f80137dce2baf4e565 (diff) | |
download | numpy-28f1a2414a8d685db1820d08ece51ab4ac3782fd.tar.gz |
Remove useless f2py debug print.
Diffstat (limited to 'numpy/f2py')
-rwxr-xr-x | numpy/f2py/setupscons.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/f2py/setupscons.py b/numpy/f2py/setupscons.py index cde1545a1..e30fd8743 100755 --- a/numpy/f2py/setupscons.py +++ b/numpy/f2py/setupscons.py @@ -80,8 +80,6 @@ main() config.add_scripts(generate_f2py_py) - log.info('F2PY Version %s', config.get_version()) - return config if __name__ == "__main__": |