Skip to content

Commit

Permalink
Remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Jul 5, 2024
1 parent 10893f3 commit 77bca19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zimrecreate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ int main(int argc, char* argv[])

//Parsing arguments
//There will be only two arguments, so no detailed parsing is required.
std::cout << "zimrecreate" << std::endl;;
for(int i=0;i<argc;i++)
{
if(std::string(argv[i])=="-H" ||
Expand Down

0 comments on commit 77bca19

Please sign in to comment.