From 0a35f28652b7c5c175f4d90d9cce7c21c544db99 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 11 Jan 2007 13:36:58 +0000 Subject: [PATCH] remove debug output --- lib/base/estring.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/base/estring.cpp b/lib/base/estring.cpp index 487dceec..429c261f 100644 --- a/lib/base/estring.cpp +++ b/lib/base/estring.cpp @@ -15,10 +15,7 @@ std::string buildShortName( const std::string &str ) { unsigned int close = str.find(strclose, open); if ( close != std::string::npos ) - { tmp+=str.substr( open+2, close-(open+2) ); - eDebug("now %s", tmp.c_str()); - } } return tmp.length() ? tmp : str; } -- 2.30.2