Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
SydMontague committed Nov 1, 2020
1 parent 0f009c7 commit 5090063
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DSCSTools/DSCSTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ int main(int argc, char** argv) {
if(!target.has_root_directory())
target = boost::filesystem::current_path().append(argv[3]);

std::cout << source << std::endl;
std::cout << target << std::endl;

if (strncmp("--extract", argv[1], 10) == 0) {
extractMDB1(source, target);
std::cout << "Done" << std::endl;
Expand Down

0 comments on commit 5090063

Please sign in to comment.