Commit 92f8d006 authored by Julius Athenstaedt's avatar Julius Athenstaedt
Browse files

cleanup debug prints

parent ff5934ac
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1558,14 +1558,6 @@ gkfs_rmdir(const std::string& path) {
    assert(ret.second);
    auto open_dir = ret.second;
    if(open_dir->size() != 2) {
        std::cout << "hier kommt der schuh in die tonne" << std::endl;
        size_t pos = 0;
        while(pos < open_dir->size()) {
            auto de = open_dir->getdent(pos);
            std::cout << de.name() << std::endl;
            pos++;
        }
        std::cout << "booom" << std::endl;
        errno = ENOTEMPTY;
        return -1;
    }