diff --git a/api/server/app.cc b/api/server/app.cc index 8106f1aac..de585a0d2 100644 --- a/api/server/app.cc +++ b/api/server/app.cc @@ -397,7 +397,6 @@ void SegvHandler(int sig) { size = backtrace(array, 32); // print out all the frames to stderr - printf("server got segv"); fprintf(stderr, "Server Error: segmentation fault"); backtrace_symbols_fd(array, size, STDERR_FILENO); exit(139);