Skip to content

Commit

Permalink
Enabled displaying warning message about input/output filenames by de…
Browse files Browse the repository at this point in the history
…fault
  • Loading branch information
lrog committed Sep 30, 2014
1 parent aa181c0 commit beddc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ bool parse_arguments(int argc_, const char* argv_[], InputArguments& outArgs_)
return false;
}

if (outArgs_.verboseMode)
//if (outArgs_.verboseMode)
{
std::string* fastqFilename = NULL;
std::string* dsrcFilename = NULL;
Expand Down

0 comments on commit beddc6a

Please sign in to comment.