Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Apr 19, 2021
1 parent 2771472 commit ec2c0b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/args.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ bool parseTime(const char *str, uint_least32_t &time)
}

time = _time * 1000 + milliseconds;
std::cout << time << std::endl;
return true;
}

Expand Down

0 comments on commit ec2c0b4

Please sign in to comment.