Skip to content

Commit

Permalink
Revert " more debug"
Browse files Browse the repository at this point in the history
This reverts commit a3ac52b.
  • Loading branch information
meisterT committed Aug 27, 2024
1 parent a72f781 commit 2b19e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge/runguard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void verbose(const char *format, ...)
va_list ap;
va_start(ap,format);

if ( true ) { // ! be_quiet && be_verbose ) {
if ( ! be_quiet && be_verbose ) {
struct timeval currtime{};
gettimeofday(&currtime,nullptr);
double runtime = (currtime.tv_sec - progstarttime.tv_sec ) +
Expand Down

0 comments on commit 2b19e39

Please sign in to comment.