diff options
author | lloyd <[email protected]> | 2008-07-07 02:04:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-07-07 02:04:29 +0000 |
commit | 879343baccf98c23d3b3f9a3faba64b65df31eac (patch) | |
tree | 1f7b8e88581b10f630b868d37d3b80d32fb65044 | |
parent | 7cc2151c3944f23bd43280610b15a0cbe1b52f0a (diff) |
Remove printf in catch block
-rw-r--r-- | src/selftest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/selftest.cpp b/src/selftest.cpp index 135317bb7..ca7000db8 100644 --- a/src/selftest.cpp +++ b/src/selftest.cpp @@ -151,7 +151,6 @@ bool passes_self_tests() } catch(std::exception& e) { - printf("%s\n", e.what()); return false; } |