X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/15a919a28699d2e0ec3fe9f31644cf8f15b6c2ca..0a35f28652b7c5c175f4d90d9cce7c21c544db99:/lib/base/estring.cpp 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; }