summaryrefslogtreecommitdiff
path: root/stdafx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.cpp')
-rw-r--r--stdafx.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/stdafx.cpp b/stdafx.cpp
index 35a718e2b66..aa22e5e1b73 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -22,9 +22,6 @@ void sayDbContext(const char *p = 0);
void wasserted(const char *msg, const char *file, unsigned line) {
problem() << "Assertion failure " << msg << ' ' << file << ' ' << line << endl;
- cout << "Assertion failure " << msg << endl;
- cout << ' ' << file << ' ';
- cout << line << endl;
sayDbContext();
}