diff options
Diffstat (limited to 'lib/base')
| -rw-r--r-- | lib/base/estring.cpp | 3 |
1 files changed, 0 insertions, 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; } |
