Przeglądaj źródła

apt-pkg/contrib/strutl.cc: kill unneeded debug output

Michael Vogt 15 lat temu
rodzic
commit
e0146bb181
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      apt-pkg/contrib/strutl.cc

+ 0 - 1
apt-pkg/contrib/strutl.cc

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