mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-16 16:24:12 +00:00
Remove stray cout.
This commit is contained in:
parent
9ee89b815a
commit
eb618f0842
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ namespace mchlib {
|
||||||
while (parEnd != it_entry and it_entry->level == curr_entry_it->level + 1 and parCurrDir == PathName(it_entry->abs_path).pop_right()) {
|
while (parEnd != it_entry and it_entry->level == curr_entry_it->level + 1 and parCurrDir == PathName(it_entry->abs_path).pop_right()) {
|
||||||
PathName curr_subdir(it_entry->abs_path);
|
PathName curr_subdir(it_entry->abs_path);
|
||||||
const std::string relpath = make_relative_path(parCurrDir, curr_subdir).path();
|
const std::string relpath = make_relative_path(parCurrDir, curr_subdir).path();
|
||||||
std::cout << "Adding " << relpath << " to blob\n";
|
|
||||||
|
|
||||||
if (it_entry->is_directory) {
|
if (it_entry->is_directory) {
|
||||||
hash_dir(it_entry, parBegin, parEnd, curr_subdir, parNextItemCallback, parIgnoreErrors, parMime);
|
hash_dir(it_entry, parBegin, parEnd, curr_subdir, parNextItemCallback, parIgnoreErrors, parMime);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue