From fa2bb91ae5515ef18ed662896b83d654d659e9f1 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 30 Nov 2016 10:48:09 -0800 Subject: Kill some old debug code. --- node/Utils.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'node/Utils.cpp') diff --git a/node/Utils.cpp b/node/Utils.cpp index 215e3b3e..06b726cc 100644 --- a/node/Utils.cpp +++ b/node/Utils.cpp @@ -248,7 +248,6 @@ unsigned int Utils::snprintf(char *buf,unsigned int len,const char *fmt,...) if ((n >= (int)len)||(n < 0)) { if (len) buf[len - 1] = (char)0; - abort(); throw std::length_error("buf[] overflow in Utils::snprintf"); } -- cgit v1.2.3