diff options
-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; } |