From 74473571122e877ad51b84fb1fe00df3106f8ef7 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 20 Sep 2011 14:14:24 +0100 Subject: Removed debugging line accidentally left in last commit. --- src/exception.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/exception.cc b/src/exception.cc index 97e014d..c9adcc6 100644 --- a/src/exception.cc +++ b/src/exception.cc @@ -1223,7 +1223,6 @@ namespace std */ void terminate() { - fprintf(stderr, "Terminate called\n"); static __cxa_thread_info *info = thread_info_fast(); if (0 != info && 0 != info->terminateHandler) { -- cgit v1.2.3