Skip to content

Commit

Permalink
Remove debugging output.
Browse files Browse the repository at this point in the history
  • Loading branch information
msuhanov committed Jun 17, 2014
1 parent 2b564db commit 960868b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ int file_metadata_t::stat(const tstring &fn,
FILE *f = _tfopen(fn.c_str(),_TEXT("rb"));
if(f){
m->size = find_file_size(f,&ocb);
std::cout << "m->size = " << m->size << "\n";
fclose(f); f = 0;
}
}
Expand Down

0 comments on commit 960868b

Please sign in to comment.