Skip to content
Snippets Groups Projects
Commit feb46f2b authored by Morris Jette's avatar Morris Jette
Browse files

Remove temporary testing logic for timer logging

parent 28beff27
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ extern void slurm_diff_tv_str(struct timeval *tv1,struct timeval *tv2,
if (from) {
if (!limit)
limit = 1000000;
if (delta_t){ // > limit) {
if (delta_t > limit) {
snprintf(tv_str, len_tv_str, "usec=%ld", delta_t);
if (!localtime_r(&tv2->tv_sec, &tm))
fprintf(stderr, "localtime_r() failed\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment