Skip to content

Commit c9dfc11

Browse files
author
kim
committed
removes unit type from subquery logging
1 parent f9b6e73 commit c9dfc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SearchAPI/CMR/Query.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def log_subquery_time(self):
122122
'Value': request.asf_base_maturity
123123
}
124124
],
125-
'Unit': 'Seconds',
125+
'Unit': 'None',
126126
'Values': subquery_times
127127
}
128128
],

0 commit comments

Comments
 (0)