apt-pkg/contrib/strutl.cc: kill unneeded debug output
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 26 Jul 2011 08:50:43 +0000 (10:50 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 26 Jul 2011 08:50:43 +0000 (10:50 +0200)
apt-pkg/contrib/strutl.cc

index a97dd30..f9d8d7e 100644 (file)
@@ -1297,7 +1297,6 @@ string DeEscapeString(string &input)
             break;
          default:
             // FIXME: raise exception here?
-            std::cerr << "lala" << *it << endl;
             break;
       }
    }